#77CDFB

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

Shades of Maya Blue #77CDFB

Tints of Maya Blue #77CDFB

Color information

#77CDFB (or 0x77CDFB) is unknown color: approx Maya Blue. HEX triplet: 77, CD and FB. RGB value is (119,205,251). Sum of RGB (Red+Green+Blue) = 119+205+251=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #77CDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CDFB is #883204. Grayscale: #B8B8B8. Windows color (decimal): -8925701 or 16502135. OLE color: 16502135.

HSL color Cylindrical-coordinate representation of color #77CDFB: hue angle of 200.91º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77CDFB is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119205251-
CMYK0.530.1800.02
HSL200.91º94.29%72.55%-
HSV(B)200.91º52.59%98.43%-
XYZ46.8554.5599.33-
YUV184.53165.5181.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.70%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=20.70%
G=35.65%
B=43.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192052510.530.1800.02200.9194.2972.55
Hex77CDFB351202c95e49
Octal167315373652202311136111
Binary11101111100110111111011110101100100101100100110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,205,251); }

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

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

 a { background-color: rgb(119,205,251); }

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

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

 span { border-color: rgb(119,205,251); }

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