Html Css Color HEX #76D1FF Maya Blue

📋 copy color: '#76D1FF'

red 118 ◦ green 209 ◦ blue 255

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

Shades of Maya Blue #76D1FF

Tints of Maya Blue #76D1FF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.91%

 BLUE value IS 255 (100% from 255) = 43.81%

R = 20.27%
G = 35.91%
B = 43.81%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76D1FF (or 0x76D1FF) is known color: Maya Blue. HEX triplet: 76, D1 and FF. RGB value is (118,209,255). Sum of RGB (Red+Green+Blue) = 118+209+255=582 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.27% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #76D1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D1FF is #892E00. Grayscale: #BABABA. Windows color (decimal): -8990209 or 16765302. OLE color: 16765302.

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

Color convert

RGB 118 209 255 -
CMYK 0.54 0.18 0 0
HSL 200.15º 1% 0.73% -
HSV(B) 200.15º 0.54% 1% -
XYZ 48.32 56.67 103 -
YUV 187.04 166.35 78.76 -
System Red Green Blue C M Y K H S L
Decimal 118 209 255 0.54 0.18 0 0 200.15 1 0.73
Hex 76 D1 FF 36 12 0 0 C8 64 49
Octal 166 321 377 66 22 0 0 310 144 111
Binary 1110110 11010001 11111111 110110 10010 0 0 11001000 1100100 1001001

Color Harmonies of #76D1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D1FF

Black with #76D1FF

Text Example


Text Example

White with #76D1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,209,255); }

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

background-color css

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

 a { background-color: rgb(118,209,255); }

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

border-color css

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

 span { border-color: rgb(118,209,255); }

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