#75BFEA

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

Shades of Maya Blue #75BFEA

Tints of Maya Blue #75BFEA

Color information

#75BFEA (or 0x75BFEA) is unknown color: approx Maya Blue. HEX triplet: 75, BF and EA. RGB value is (117,191,234). Sum of RGB (Red+Green+Blue) = 117+191+234=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #75BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BFEA is #8A4015. Grayscale: #ADADAD. Windows color (decimal): -9060374 or 15384437. OLE color: 15384437.

HSL color Cylindrical-coordinate representation of color #75BFEA: hue angle of 202.05º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75BFEA is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117191234-
CMYK0.50.1800.08
HSL202.05º73.58%68.82%-
HSV(B)202.05º50%91.76%-
XYZ40.8246.9884.76-
YUV173.78161.9887.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.59%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=21.59%
G=35.24%
B=43.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171912340.50.1800.08202.0573.5868.82
Hex75BFEA321208ca4a45
Octal1652773526222010312112105
Binary1110101101111111110101011001010010010001100101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BFEA; }

 p { color: rgb(117,191,234); }

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

<style>
 a { background-color: #75BFEA; }

 a { background-color: rgb(117,191,234); }

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

<style>
 span { border-color: #75BFEA; }

 span { border-color: rgb(117,191,234); }

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