Html Css Color HEX #76D0FC Maya Blue

📋 copy color: '#76D0FC'

red 118 ◦ green 208 ◦ blue 252

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

Shades of Maya Blue #76D0FC

Tints of Maya Blue #76D0FC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.99%

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

R = 20.42%
G = 35.99%
B = 43.6%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76D0FC (or 0x76D0FC) is known color: Maya Blue. HEX triplet: 76, D0 and FC. RGB value is (118,208,252). Sum of RGB (Red+Green+Blue) = 118+208+252=578 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.42% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #76D0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D0FC is #892F03. Grayscale: #B9B9B9. Windows color (decimal): -8990468 or 16568438. OLE color: 16568438.

HSL color Cylindrical-coordinate representation of color #76D0FC: hue angle of 199.7º 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 #76D0FC is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 208 252 -
CMYK 0.53 0.17 0 0.01
HSL 199.7º 0.96% 0.73% -
HSV(B) 199.7º 0.53% 0.99% -
XYZ 47.6 55.99 100.39 -
YUV 186.11 165.18 79.42 -
System Red Green Blue C M Y K H S L
Decimal 118 208 252 0.53 0.17 0 0.01 199.7 0.96 0.73
Hex 76 D0 FC 35 11 0 1 C8 60 49
Octal 166 320 374 65 21 0 1 310 140 111
Binary 1110110 11010000 11111100 110101 10001 0 1 11001000 1100000 1001001

Color Harmonies of #76D0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D0FC

Black with #76D0FC

Text Example


Text Example

White with #76D0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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