Html Css Color HEX #76CCFC Maya Blue

📋 copy color: '#76CCFC'

red 118 ◦ green 204 ◦ blue 252

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

Shades of Maya Blue #76CCFC

Tints of Maya Blue #76CCFC

RGB

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

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

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

R = 20.56%
G = 35.54%
B = 43.9%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76CCFC (or 0x76CCFC) is known color: Maya Blue. HEX triplet: 76, CC and FC. RGB value is (118,204,252). Sum of RGB (Red+Green+Blue) = 118+204+252=574 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.56% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #76CCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CCFC is #893303. Grayscale: #B7B7B7. Windows color (decimal): -8991492 or 16567414. OLE color: 16567414.

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

Color convert

RGB 118 204 252 -
CMYK 0.53 0.19 0 0.01
HSL 201.49º 0.96% 0.73% -
HSV(B) 201.49º 0.53% 0.99% -
XYZ 46.63 54.07 100.07 -
YUV 183.76 166.51 81.1 -
System Red Green Blue C M Y K H S L
Decimal 118 204 252 0.53 0.19 0 0.01 201.49 0.96 0.73
Hex 76 CC FC 35 13 0 1 C9 60 49
Octal 166 314 374 65 23 0 1 311 140 111
Binary 1110110 11001100 11111100 110101 10011 0 1 11001001 1100000 1001001

Color Harmonies of #76CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CCFC

Black with #76CCFC

Text Example


Text Example

White with #76CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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