Html Css Color HEX #76BCEB Maya Blue

📋 copy color: '#76BCEB'

red 118 ◦ green 188 ◦ blue 235

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

Shades of Maya Blue #76BCEB

Tints of Maya Blue #76BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.75%

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

R = 21.81%
G = 34.75%
B = 43.44%

CMYK

 C value IS 0.50

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76BCEB (or 0x76BCEB) is known color: Maya Blue. HEX triplet: 76, BC and EB. RGB value is (118,188,235). Sum of RGB (Red+Green+Blue) = 118+188+235=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #76BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BCEB is #894314. Grayscale: #ACACAC. Windows color (decimal): -8995605 or 15449206. OLE color: 15449206.

HSL color Cylindrical-coordinate representation of color #76BCEB: hue angle of 204.1º 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 #76BCEB is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 188 235 -
CMYK 0.50 0.2 0 0.08
HSL 204.1º 0.75% 0.69% -
HSV(B) 204.1º 0.5% 0.92% -
XYZ 40.45 45.82 85.31 -
YUV 172.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 118 188 235 0.50 0.2 0 0.08 204.1 0.75 0.69
Hex 76 BC EB 32 14 0 8 CC 4B 45
Octal 166 274 353 62 24 0 10 314 113 105
Binary 1110110 10111100 11101011 110010 10100 0 1000 11001100 1001011 1000101

Color Harmonies of #76BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCEB

Black with #76BCEB

Text Example


Text Example

White with #76BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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