#75C9EF

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

Shades of Maya Blue #75C9EF

Tints of Maya Blue #75C9EF

Color information

#75C9EF (or 0x75C9EF) is unknown color: approx Maya Blue. HEX triplet: 75, C9 and EF. RGB value is (117,201,239). Sum of RGB (Red+Green+Blue) = 117+201+239=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #75C9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C9EF is #8A3610. Grayscale: #B3B3B3. Windows color (decimal): -9057809 or 15714677. OLE color: 15714677.

HSL color Cylindrical-coordinate representation of color #75C9EF: hue angle of 198.69º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75C9EF is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB117201239-
CMYK0.510.1600.06
HSL198.69º79.22%69.8%-
HSV(B)198.69º51.05%93.73%-
XYZ43.851.7989.35-
YUV180.22161.1782.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.01%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 239 (93.75% from 255) = 42.91%
R=21.01%
G=36.09%
B=42.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172012390.510.1600.06198.6979.2269.8
Hex75C9EF331006c74f46
Octal165311357632006307117106
Binary111010111001001111011111100111000001101100011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,201,239); }

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

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

 a { background-color: rgb(117,201,239); }

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

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

 span { border-color: rgb(117,201,239); }

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