Html Css Color HEX #76CEFC Maya Blue

📋 copy color: '#76CEFC'

red 118 ◦ green 206 ◦ blue 252

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

Shades of Maya Blue #76CEFC

Tints of Maya Blue #76CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.76%

 BLUE value IS 252 (98.83% from 255) = 43.75%

R = 20.49%
G = 35.76%
B = 43.75%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76CEFC (or 0x76CEFC) is known color: Maya Blue. HEX triplet: 76, CE and FC. RGB value is (118,206,252). Sum of RGB (Red+Green+Blue) = 118+206+252=576 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.49% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #76CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CEFC is #893103. Grayscale: #B8B8B8. Windows color (decimal): -8990980 or 16567926. OLE color: 16567926.

HSL color Cylindrical-coordinate representation of color #76CEFC: hue angle of 200.6º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76CEFC is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 206 252 -
CMYK 0.53 0.18 0 0.01
HSL 200.6º 0.96% 0.73% -
HSV(B) 200.6º 0.53% 0.99% -
XYZ 47.11 55.02 100.23 -
YUV 184.93 165.85 80.26 -
System Red Green Blue C M Y K H S L
Decimal 118 206 252 0.53 0.18 0 0.01 200.6 0.96 0.73
Hex 76 CE FC 35 12 0 1 C9 60 49
Octal 166 316 374 65 22 0 1 311 140 111
Binary 1110110 11001110 11111100 110101 10010 0 1 11001001 1100000 1001001

Color Harmonies of #76CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CEFC

Black with #76CEFC

Text Example


Text Example

White with #76CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,206,252); }

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

background-color css

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

 a { background-color: rgb(118,206,252); }

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

border-color css

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

 span { border-color: rgb(118,206,252); }

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