Html Css Color HEX #76CCFE Maya Blue

📋 copy color: '#76CCFE'

red 118 ◦ green 204 ◦ blue 254

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

Shades of Maya Blue #76CCFE

Tints of Maya Blue #76CCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.42%

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

R = 20.49%
G = 35.42%
B = 44.1%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#76CCFE (or 0x76CCFE) is known color: Maya Blue. HEX triplet: 76, CC and FE. RGB value is (118,204,254). Sum of RGB (Red+Green+Blue) = 118+204+254=576 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.49% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #76CCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CCFE is #893301. Grayscale: #B7B7B7. Windows color (decimal): -8991490 or 16698486. OLE color: 16698486.

HSL color Cylindrical-coordinate representation of color #76CCFE: hue angle of 202.06º 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 #76CCFE is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 204 254 -
CMYK 0.54 0.20 0 0.00
HSL 202.06º 0.99% 0.73% -
HSV(B) 202.06º 0.54% 1% -
XYZ 46.95 54.19 101.75 -
YUV 183.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 118 204 254 0.54 0.20 0 0.00 202.06 0.99 0.73
Hex 76 CC FE 36 14 0 0 CA 63 49
Octal 166 314 376 66 24 0 0 312 143 111
Binary 1110110 11001100 11111110 110110 10100 0 0 11001010 1100011 1001001

Color Harmonies of #76CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CCFE

Black with #76CCFE

Text Example


Text Example

White with #76CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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