#77CCFB

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

Shades of Maya Blue #77CCFB

Tints of Maya Blue #77CCFB

Color information

#77CCFB (or 0x77CCFB) is unknown color: approx Maya Blue. HEX triplet: 77, CC and FB. RGB value is (119,204,251). Sum of RGB (Red+Green+Blue) = 119+204+251=574 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.73% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #77CCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CCFB is #883304. Grayscale: #B7B7B7. Windows color (decimal): -8925957 or 16501879. OLE color: 16501879.

HSL color Cylindrical-coordinate representation of color #77CCFB: hue angle of 201.36º 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 #77CCFB is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119204251-
CMYK0.530.1900.02
HSL201.36º94.29%72.55%-
HSV(B)201.36º52.59%98.43%-
XYZ46.6154.0799.25-
YUV183.94165.8481.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.73%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 251 (98.44% from 255) = 43.73%
R=20.73%
G=35.54%
B=43.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192042510.530.1900.02201.3694.2972.55
Hex77CCFB351302c95e49
Octal167314373652302311136111
Binary11101111100110011111011110101100110101100100110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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