Html Css Color HEX #76CDFC Maya Blue

📋 copy color: '#76CDFC'

red 118 ◦ green 205 ◦ blue 252

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

Shades of Maya Blue #76CDFC

Tints of Maya Blue #76CDFC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.65%

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

R = 20.52%
G = 35.65%
B = 43.83%

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

#76CDFC (or 0x76CDFC) is known color: Maya Blue. HEX triplet: 76, CD and FC. RGB value is (118,205,252). Sum of RGB (Red+Green+Blue) = 118+205+252=575 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.52% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #76CDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CDFC is #893203. Grayscale: #B8B8B8. Windows color (decimal): -8991236 or 16567670. OLE color: 16567670.

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

Color convert

RGB 118 205 252 -
CMYK 0.53 0.19 0 0.01
HSL 201.04º 0.96% 0.73% -
HSV(B) 201.04º 0.53% 0.99% -
XYZ 46.87 54.54 100.15 -
YUV 184.35 166.18 80.68 -
System Red Green Blue C M Y K H S L
Decimal 118 205 252 0.53 0.19 0 0.01 201.04 0.96 0.73
Hex 76 CD FC 35 13 0 1 C9 60 49
Octal 166 315 374 65 23 0 1 311 140 111
Binary 1110110 11001101 11111100 110101 10011 0 1 11001001 1100000 1001001

Color Harmonies of #76CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDFC

Black with #76CDFC

Text Example


Text Example

White with #76CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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