#77B2FA

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

Shades of Maya Blue #77B2FA

Tints of Maya Blue #77B2FA

Color information

#77B2FA (or 0x77B2FA) is unknown color: approx Maya Blue. HEX triplet: 77, B2 and FA. RGB value is (119,178,250). Sum of RGB (Red+Green+Blue) = 119+178+250=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #77B2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B2FA is #884D05. Grayscale: #A8A8A8. Windows color (decimal): -8932614 or 16429687. OLE color: 16429687.

HSL color Cylindrical-coordinate representation of color #77B2FA: hue angle of 212.98º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77B2FA is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119178250-
CMYK0.520.2900.02
HSL212.98º92.91%72.35%-
HSV(B)212.98º52.4%98.04%-
XYZ40.7842.6696.53-
YUV168.57173.9592.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.76%
GREEN value IS 178 (69.92% from 255) = 32.54%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=21.76%
G=32.54%
B=45.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1191782500.520.2900.02212.9892.9172.35
Hex77B2FA341D02d55d48
Octal167262372643502325135110
Binary11101111011001011111010110100111010101101010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,178,250); }

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

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

 a { background-color: rgb(119,178,250); }

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

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

 span { border-color: rgb(119,178,250); }

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