Html Css Color HEX #76CBF6 Maya Blue

📋 copy color: '#76CBF6'

red 118 ◦ green 203 ◦ blue 246

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

Shades of Maya Blue #76CBF6

Tints of Maya Blue #76CBF6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.8%

 BLUE value IS 246 (96.48% from 255) = 43.39%

R = 20.81%
G = 35.8%
B = 43.39%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#76CBF6 (or 0x76CBF6) is known color: Maya Blue. HEX triplet: 76, CB and F6. RGB value is (118,203,246). Sum of RGB (Red+Green+Blue) = 118+203+246=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #76CBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CBF6 is #893409. Grayscale: #B6B6B6. Windows color (decimal): -8991754 or 16173942. OLE color: 16173942.

HSL color Cylindrical-coordinate representation of color #76CBF6: hue angle of 200.16º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76CBF6 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 203 246 -
CMYK 0.52 0.17 0 0.04
HSL 200.16º 0.88% 0.71% -
HSV(B) 200.16º 0.52% 0.96% -
XYZ 45.46 53.22 95.06 -
YUV 182.49 163.84 82 -
System Red Green Blue C M Y K H S L
Decimal 118 203 246 0.52 0.17 0 0.04 200.16 0.88 0.71
Hex 76 CB F6 34 11 0 4 C8 58 47
Octal 166 313 366 64 21 0 4 310 130 107
Binary 1110110 11001011 11110110 110100 10001 0 100 11001000 1011000 1000111

Color Harmonies of #76CBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CBF6

Black with #76CBF6

Text Example


Text Example

White with #76CBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,203,246); }

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

background-color css

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

 a { background-color: rgb(118,203,246); }

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

border-color css

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

 span { border-color: rgb(118,203,246); }

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