#76CBFE

Color #76CBFE Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #76CBFE

Tints of Maya Blue #76CBFE

Color information

#76CBFE (or 0x76CBFE) is unknown color: approx Maya Blue. HEX triplet: 76, CB and FE. RGB value is (118,203,254). Sum of RGB (Red+Green+Blue) = 118+203+254=575 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.52% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #76CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CBFE is #893401. Grayscale: #B7B7B7. Windows color (decimal): -8991746 or 16698230. OLE color: 16698230.

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

Color convert

RGB118203254-
CMYK0.540.2000.00
HSL202.5º98.55%72.94%-
HSV(B)202.5º53.54%99.61%-
XYZ46.7253.72101.67-
YUV183.4167.8481.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.52%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=20.52%
G=35.30%
B=44.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1182032540.540.2000.00202.598.5572.94
Hex76CBFE361400ca6349
Octal166313376662400312143111
Binary1110110110010111111111011011010100001100101011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,203,254); }

 H1.HeaderClassName
 {
   color: #76CBFE;
 }
 .AnyTagClassName
 {
   color: #76CBFE;
 }
</style>
background-color css

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

 a { background-color: rgb(118,203,254); }

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

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

 span { border-color: rgb(118,203,254); }

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