#75BCEC

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

Shades of Maya Blue #75BCEC

Tints of Maya Blue #75BCEC

Color information

#75BCEC (or 0x75BCEC) is unknown color: approx Maya Blue. HEX triplet: 75, BC and EC. RGB value is (117,188,236). Sum of RGB (Red+Green+Blue) = 117+188+236=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #75BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BCEC is #8A4313. Grayscale: #ABABAB. Windows color (decimal): -9061140 or 15514741. OLE color: 15514741.

HSL color Cylindrical-coordinate representation of color #75BCEC: hue angle of 204.2º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75BCEC is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117188236-
CMYK0.500.2000.07
HSL204.2º75.8%69.22%-
HSV(B)204.2º50.42%92.55%-
XYZ40.4645.886.07-
YUV172.24163.9888.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.63%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=21.63%
G=34.75%
B=43.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1171882360.500.2000.07204.275.869.22
Hex75BCEC321407cc4c45
Octal165274354622407314114105
Binary111010110111100111011001100101010001111100110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,188,236); }

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

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

 a { background-color: rgb(117,188,236); }

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

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

 span { border-color: rgb(117,188,236); }

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