#75B6EE

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

Shades of Maya Blue #75B6EE

Tints of Maya Blue #75B6EE

Color information

#75B6EE (or 0x75B6EE) is unknown color: approx Maya Blue. HEX triplet: 75, B6 and EE. RGB value is (117,182,238). Sum of RGB (Red+Green+Blue) = 117+182+238=537 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.79% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #75B6EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B6EE is #8A4911. Grayscale: #A8A8A8. Windows color (decimal): -9062674 or 15644277. OLE color: 15644277.

HSL color Cylindrical-coordinate representation of color #75B6EE: hue angle of 207.77º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75B6EE is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117182238-
CMYK0.510.2400.07
HSL207.77º78.06%69.61%-
HSV(B)207.77º50.84%93.33%-
XYZ39.543.4187.19-
YUV168.95166.9790.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.79%
GREEN value IS 182 (71.48% from 255) = 33.89%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=21.79%
G=33.89%
B=44.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171822380.510.2400.07207.7778.0669.61
Hex75B6EE331807d04e46
Octal165266356633007320116106
Binary111010110110110111011101100111100001111101000010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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