#77b8fc

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

Shades of Maya Blue #77B8FC

Tints of Maya Blue #77B8FC

Color information

#77B8FC (or 0x77B8FC) is unknown color: approx Maya Blue. HEX triplet: 77, B8 and FC. RGB value is (119,184,252). Sum of RGB (Red+Green+Blue) = 119+184+252=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #77B8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B8FC is #884703. Grayscale: #ABABAB. Windows color (decimal): -8931076 or 16562295. OLE color: 16562295.

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

Color convert

RGB119184252-
CMYK0.530.2700.01
HSL210.68º95.68%72.75%-
HSV(B)210.68º52.78%98.82%-
XYZ42.3245.2398.6-
YUV172.32172.9789.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.44%
GREEN value IS 184 (72.27% from 255) = 33.15%
BLUE value IS 252 (98.83% from 255) = 45.41%
R=21.44%
G=33.15%
B=45.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1191842520.530.2700.01210.6895.6872.75
Hex77B8FC351B01d36049
Octal167270374653301323140111
Binary1110111101110001111110011010111011011101001111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77b8fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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