Html Css Color HEX #76CFFF Maya Blue

📋 copy color: '#76CFFF'

red 118 ◦ green 207 ◦ blue 255

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

Shades of Maya Blue #76CFFF

Tints of Maya Blue #76CFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.69%

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

R = 20.34%
G = 35.69%
B = 43.97%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76CFFF (or 0x76CFFF) is known color: Maya Blue. HEX triplet: 76, CF and FF. RGB value is (118,207,255). Sum of RGB (Red+Green+Blue) = 118+207+255=580 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.34% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #76CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CFFF is #893000. Grayscale: #B9B9B9. Windows color (decimal): -8990721 or 16764790. OLE color: 16764790.

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

Color convert

RGB 118 207 255 -
CMYK 0.54 0.19 0 0
HSL 201.02º 1% 0.73% -
HSV(B) 201.02º 0.54% 1% -
XYZ 47.83 55.7 102.84 -
YUV 185.86 167.01 79.6 -
System Red Green Blue C M Y K H S L
Decimal 118 207 255 0.54 0.19 0 0 201.02 1 0.73
Hex 76 CF FF 36 13 0 0 C9 64 49
Octal 166 317 377 66 23 0 0 311 144 111
Binary 1110110 11001111 11111111 110110 10011 0 0 11001001 1100100 1001001

Color Harmonies of #76CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFFF

Black with #76CFFF

Text Example


Text Example

White with #76CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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