#75C8EF

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

Shades of Maya Blue #75C8EF

Tints of Maya Blue #75C8EF

Color information

#75C8EF (or 0x75C8EF) is unknown color: approx Maya Blue. HEX triplet: 75, C8 and EF. RGB value is (117,200,239). Sum of RGB (Red+Green+Blue) = 117+200+239=556 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.04% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #75C8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C8EF is #8A3710. Grayscale: #B3B3B3. Windows color (decimal): -9058065 or 15714421. OLE color: 15714421.

HSL color Cylindrical-coordinate representation of color #75C8EF: hue angle of 199.18º 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 #75C8EF is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB117200239-
CMYK0.510.1600.06
HSL199.18º79.22%69.8%-
HSV(B)199.18º51.05%93.73%-
XYZ43.5751.3289.27-
YUV179.63161.583.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.04%
GREEN value IS 200 (78.52% from 255) = 35.97%
BLUE value IS 239 (93.75% from 255) = 42.99%
R=21.04%
G=35.97%
B=42.99%

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
Decimal1172002390.510.1600.06199.1879.2269.8
Hex75C8EF331006c74f46
Octal165310357632006307117106
Binary111010111001000111011111100111000001101100011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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