#77CAFC

Color #77CAFC Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #77CAFC

Tints of Maya Blue #77CAFC

Color information

#77CAFC (or 0x77CAFC) is unknown color: approx Maya Blue. HEX triplet: 77, CA and FC. RGB value is (119,202,252). Sum of RGB (Red+Green+Blue) = 119+202+252=573 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.77% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #77CAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CAFC is #883503. Grayscale: #B6B6B6. Windows color (decimal): -8926468 or 16566903. OLE color: 16566903.

HSL color Cylindrical-coordinate representation of color #77CAFC: hue angle of 202.56º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77CAFC is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB119202252-
CMYK0.530.2000.01
HSL202.56º95.68%72.75%-
HSV(B)202.56º52.78%98.82%-
XYZ46.353.1999.92-
YUV182.8816782.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.77%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 252 (98.83% from 255) = 43.98%
R=20.77%
G=35.25%
B=43.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1192022520.530.2000.01202.5695.6872.75
Hex77CAFC351401cb6049
Octal167312374652401313140111
Binary1110111110010101111110011010110100011100101111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77CAFC; }

 p { color: rgb(119,202,252); }

 H1.HeaderClassName
 {
   color: #77CAFC;
 }
 .AnyTagClassName
 {
   color: #77CAFC;
 }
</style>
background-color css

<style>
 a { background-color: #77CAFC; }

 a { background-color: rgb(119,202,252); }

 div.DivClassName
 {
   background-color: #77CAFC;
 }
 .BgClassName
 {
   background-color: #77CAFC;
 }
</style>
border-color css

<style>
 span { border-color: #77CAFC; }

 span { border-color: rgb(119,202,252); }

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