Html Css Color HEX #76C8FC Maya Blue

📋 copy color: '#76C8FC'

red 118 ◦ green 200 ◦ blue 252

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

Shades of Maya Blue #76C8FC

Tints of Maya Blue #76C8FC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.09%

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

R = 20.7%
G = 35.09%
B = 44.21%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76C8FC (or 0x76C8FC) is known color: Maya Blue. HEX triplet: 76, C8 and FC. RGB value is (118,200,252). Sum of RGB (Red+Green+Blue) = 118+200+252=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #76C8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C8FC is #893703. Grayscale: #B5B5B5. Windows color (decimal): -8992516 or 16566390. OLE color: 16566390.

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

Color convert

RGB 118 200 252 -
CMYK 0.53 0.21 0 0.01
HSL 203.28º 0.96% 0.73% -
HSV(B) 203.28º 0.53% 0.99% -
XYZ 45.7 52.19 99.76 -
YUV 181.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 118 200 252 0.53 0.21 0 0.01 203.28 0.96 0.73
Hex 76 C8 FC 35 15 0 1 CB 60 49
Octal 166 310 374 65 25 0 1 313 140 111
Binary 1110110 11001000 11111100 110101 10101 0 1 11001011 1100000 1001001

Color Harmonies of #76C8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C8FC

Black with #76C8FC

Text Example


Text Example

White with #76C8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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