#75B7EE

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

Shades of Maya Blue #75B7EE

Tints of Maya Blue #75B7EE

Color information

#75B7EE (or 0x75B7EE) is unknown color: approx Maya Blue. HEX triplet: 75, B7 and EE. RGB value is (117,183,238). Sum of RGB (Red+Green+Blue) = 117+183+238=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #75B7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B7EE is #8A4811. Grayscale: #A9A9A9. Windows color (decimal): -9062418 or 15644533. OLE color: 15644533.

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

Color convert

RGB117183238-
CMYK0.510.2300.07
HSL207.27º78.06%69.61%-
HSV(B)207.27º50.84%93.33%-
XYZ39.743.8287.25-
YUV169.54166.6390.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.75%
GREEN value IS 183 (71.88% from 255) = 34.01%
BLUE value IS 238 (93.36% from 255) = 44.24%
R=21.75%
G=34.01%
B=44.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171832380.510.2300.07207.2778.0669.61
Hex75B7EE331707cf4e46
Octal165267356632707317116106
Binary111010110110111111011101100111011101111100111110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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