Html Css Color HEX #4FC0FF Maya Blue

📋 copy color: '#4FC0FF'

red 79 ◦ green 192 ◦ blue 255

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

Shades of Maya Blue #4FC0FF

Tints of Maya Blue #4FC0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.5%

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

R = 15.02%
G = 36.5%
B = 48.48%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FC0FF (or 0x4FC0FF) is known color: Maya Blue. HEX triplet: 4F, C0 and FF. RGB value is (79,192,255). Sum of RGB (Red+Green+Blue) = 79+192+255=526 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.02% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FC0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FC0FF is #B03F00. Grayscale: #A5A5A5. Windows color (decimal): -11550465 or 16760911. OLE color: 16760911.

HSL color Cylindrical-coordinate representation of color #4FC0FF: hue angle of 201.48º 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 #4FC0FF is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 192 255 -
CMYK 0.69 0.25 0 0
HSL 201.48º 1% 0.65% -
HSV(B) 201.48º 0.69% 1% -
XYZ 40.12 46.58 101.48 -
YUV 165.4 178.56 66.38 -
System Red Green Blue C M Y K H S L
Decimal 79 192 255 0.69 0.25 0 0 201.48 1 0.65
Hex 4F C0 FF 45 19 0 0 C9 64 41
Octal 117 300 377 105 31 0 0 311 144 101
Binary 1001111 11000000 11111111 1000101 11001 0 0 11001001 1100100 1000001

Color Harmonies of #4FC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC0FF

Black with #4FC0FF

Text Example


Text Example

White with #4FC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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