#75B6EF

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

Shades of Maya Blue #75B6EF

Tints of Maya Blue #75B6EF

Color information

#75B6EF (or 0x75B6EF) is unknown color: approx Maya Blue. HEX triplet: 75, B6 and EF. RGB value is (117,182,239). Sum of RGB (Red+Green+Blue) = 117+182+239=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #75B6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B6EF is #8A4910. Grayscale: #A8A8A8. Windows color (decimal): -9062673 or 15709813. OLE color: 15709813.

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

Color convert

RGB117182239-
CMYK0.510.2400.06
HSL208.03º79.22%69.8%-
HSV(B)208.03º51.05%93.73%-
XYZ39.6443.4787.96-
YUV169.06167.4790.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.75%
GREEN value IS 182 (71.48% from 255) = 33.83%
BLUE value IS 239 (93.75% from 255) = 44.42%
R=21.75%
G=33.83%
B=44.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1171822390.510.2400.06208.0379.2269.8
Hex75B6EF331806d04f46
Octal165266357633006320117106
Binary111010110110110111011111100111100001101101000010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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