#75C0EA

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

Shades of Maya Blue #75C0EA

Tints of Maya Blue #75C0EA

Color information

#75C0EA (or 0x75C0EA) is unknown color: approx Maya Blue. HEX triplet: 75, C0 and EA. RGB value is (117,192,234). Sum of RGB (Red+Green+Blue) = 117+192+234=543 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.55% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #75C0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C0EA is #8A3F15. Grayscale: #AEAEAE. Windows color (decimal): -9060118 or 15384693. OLE color: 15384693.

HSL color Cylindrical-coordinate representation of color #75C0EA: hue angle of 201.54º 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 #75C0EA is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117192234-
CMYK0.50.1800.08
HSL201.54º73.58%68.82%-
HSV(B)201.54º50%91.76%-
XYZ41.0447.4284.83-
YUV174.36161.6587.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.55%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=21.55%
G=35.36%
B=43.09%

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
Decimal1171922340.50.1800.08201.5473.5868.82
Hex75C0EA321208ca4a45
Octal1653003526222010312112105
Binary1110101110000001110101011001010010010001100101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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