Html Css Color HEX #76BBEB Maya Blue

📋 copy color: '#76BBEB'

red 118 ◦ green 187 ◦ blue 235

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

Shades of Maya Blue #76BBEB

Tints of Maya Blue #76BBEB

RGB

 RED value IS 118 (46.48% from 255) = 21.85%

 GREEN value IS 187 (73.44% from 255) = 34.63%

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 21.85%
G = 34.63%
B = 43.52%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76BBEB (or 0x76BBEB) is known color: Maya Blue. HEX triplet: 76, BB and EB. RGB value is (118,187,235). Sum of RGB (Red+Green+Blue) = 118+187+235=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #76BBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BBEB is #894414. Grayscale: #ABABAB. Windows color (decimal): -8995861 or 15448950. OLE color: 15448950.

HSL color Cylindrical-coordinate representation of color #76BBEB: hue angle of 204.62º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76BBEB is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 187 235 -
CMYK 0.50 0.20 0 0.08
HSL 204.62º 0.75% 0.69% -
HSV(B) 204.62º 0.5% 0.92% -
XYZ 40.24 45.39 85.24 -
YUV 171.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 118 187 235 0.50 0.20 0 0.08 204.62 0.75 0.69
Hex 76 BB EB 32 14 0 8 CD 4B 45
Octal 166 273 353 62 24 0 10 315 113 105
Binary 1110110 10111011 11101011 110010 10100 0 1000 11001101 1001011 1000101

Color Harmonies of #76BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BBEB

Black with #76BBEB

Text Example


Text Example

White with #76BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BBEB; }

 p { color: rgb(118,187,235); }

 H1.HeaderClassName
 {
   color: #76BBEB;
 }
 .AnyTagClassName
 {
   color: #76BBEB;
 }
</style>

background-color css

<style>
 a { background-color: #76BBEB; }

 a { background-color: rgb(118,187,235); }

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

border-color css

<style>
 span { border-color: #76BBEB; }

 span { border-color: rgb(118,187,235); }

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