Html Css Color HEX #77B5FE Maya Blue

📋 copy color: '#77B5FE'

red 119 ◦ green 181 ◦ blue 254

#77B5FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #77B5FE

Tints of Maya Blue #77B5FE

RGB

 RED value IS 119 (46.88% from 255) = 21.48%

 GREEN value IS 181 (71.09% from 255) = 32.67%

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 21.48%
G = 32.67%
B = 45.85%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#77B5FE (or 0x77B5FE) is known color: Maya Blue. HEX triplet: 77, B5 and FE. RGB value is (119,181,254). Sum of RGB (Red+Green+Blue) = 119+181+254=554 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.48% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #77B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B5FE is #884A01. Grayscale: #AAAAAA. Windows color (decimal): -8931842 or 16692599. OLE color: 16692599.

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

Color convert

RGB 119 181 254 -
CMYK 0.53 0.29 0 0.00
HSL 212.44º 0.99% 0.73% -
HSV(B) 212.44º 0.53% 1% -
XYZ 42.02 44.13 100.07 -
YUV 170.78 174.96 91.06 -
System Red Green Blue C M Y K H S L
Decimal 119 181 254 0.53 0.29 0 0.00 212.44 0.99 0.73
Hex 77 B5 FE 35 1D 0 0 D4 63 49
Octal 167 265 376 65 35 0 0 324 143 111
Binary 1110111 10110101 11111110 110101 11101 0 0 11010100 1100011 1001001

Color Harmonies of #77B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B5FE

Black with #77B5FE

Text Example


Text Example

White with #77B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,181,254); }

 H1.HeaderClassName
 {
   color: #77B5FE;
 }
 .AnyTagClassName
 {
   color: #77B5FE;
 }
</style>

background-color css

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

 a { background-color: rgb(119,181,254); }

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

border-color css

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

 span { border-color: rgb(119,181,254); }

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