Html Css Color HEX #76C9FE Maya Blue

📋 copy color: '#76C9FE'

red 118 ◦ green 201 ◦ blue 254

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

Shades of Maya Blue #76C9FE

Tints of Maya Blue #76C9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.08%

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

R = 20.59%
G = 35.08%
B = 44.33%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#76C9FE (or 0x76C9FE) is known color: Maya Blue. HEX triplet: 76, C9 and FE. RGB value is (118,201,254). Sum of RGB (Red+Green+Blue) = 118+201+254=573 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.59% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #76C9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C9FE is #893601. Grayscale: #B5B5B5. Windows color (decimal): -8992258 or 16697718. OLE color: 16697718.

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

Color convert

RGB 118 201 254 -
CMYK 0.54 0.21 0 0.00
HSL 203.38º 0.99% 0.73% -
HSV(B) 203.38º 0.54% 1% -
XYZ 46.25 52.78 101.52 -
YUV 182.23 168.5 82.19 -
System Red Green Blue C M Y K H S L
Decimal 118 201 254 0.54 0.21 0 0.00 203.38 0.99 0.73
Hex 76 C9 FE 36 15 0 0 CB 63 49
Octal 166 311 376 66 25 0 0 313 143 111
Binary 1110110 11001001 11111110 110110 10101 0 0 11001011 1100011 1001001

Color Harmonies of #76C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C9FE

Black with #76C9FE

Text Example


Text Example

White with #76C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,201,254); }

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

background-color css

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

 a { background-color: rgb(118,201,254); }

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

border-color css

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

 span { border-color: rgb(118,201,254); }

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