Html Css Color HEX #4FD0FF Maya Blue

📋 copy color: '#4FD0FF'

red 79 ◦ green 208 ◦ blue 255

#4FD0FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #4FD0FF

Tints of Maya Blue #4FD0FF

RGB

 RED value IS 79 (31.25% from 255) = 14.58%

 GREEN value IS 208 (81.64% from 255) = 38.38%

 BLUE value IS 255 (100% from 255) = 47.05%

R = 14.58%
G = 38.38%
B = 47.05%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4FD0FF (or 0x4FD0FF) is known color: Maya Blue. HEX triplet: 4F, D0 and FF. RGB value is (79,208,255). Sum of RGB (Red+Green+Blue) = 79+208+255=542 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.58% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FD0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD0FF is #B02F00. Grayscale: #AEAEAE. Windows color (decimal): -11546369 or 16765007. OLE color: 16765007.

HSL color Cylindrical-coordinate representation of color #4FD0FF: hue angle of 196.02º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FD0FF is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 208 255 -
CMYK 0.69 0.18 0 0
HSL 196.02º 1% 0.65% -
HSV(B) 196.02º 0.69% 1% -
XYZ 43.83 53.99 102.72 -
YUV 174.79 173.26 59.68 -
System Red Green Blue C M Y K H S L
Decimal 79 208 255 0.69 0.18 0 0 196.02 1 0.65
Hex 4F D0 FF 45 12 0 0 C4 64 41
Octal 117 320 377 105 22 0 0 304 144 101
Binary 1001111 11010000 11111111 1000101 10010 0 0 11000100 1100100 1000001

Color Harmonies of #4FD0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD0FF

Black with #4FD0FF

Text Example


Text Example

White with #4FD0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FD0FF; }

 p { color: rgb(79,208,255); }

 H1.HeaderClassName
 {
   color: #4FD0FF;
 }
 .AnyTagClassName
 {
   color: #4FD0FF;
 }
</style>

background-color css

<style>
 a { background-color: #4FD0FF; }

 a { background-color: rgb(79,208,255); }

 div.DivClassName
 {
   background-color: #4FD0FF;
 }
 .BgClassName
 {
   background-color: #4FD0FF;
 }
</style>

border-color css

<style>
 span { border-color: #4FD0FF; }

 span { border-color: rgb(79,208,255); }

 td.TdClassName
 {
   border-color: #4FD0FF;
 }
 .TagClassName
 {
   border-color: #4FD0FF;
 }
</style>