#75FBEC

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

Shades of Baby Blue #75FBEC

Tints of Baby Blue #75FBEC

Color information

#75FBEC (or 0x75FBEC) is unknown color: approx Baby Blue. HEX triplet: 75, FB and EC. RGB value is (117,251,236). Sum of RGB (Red+Green+Blue) = 117+251+236=604 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.37% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #75FBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FBEC is #8A0413. Grayscale: #D1D1D1. Windows color (decimal): -9045012 or 15530869. OLE color: 15530869.

HSL color Cylindrical-coordinate representation of color #75FBEC: hue angle of 173.28º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FBEC is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB117251236-
CMYK0.5300.060.02
HSL173.28º94.37%72.16%-
HSV(B)173.28º53.39%98.43%-
XYZ56.9778.8391.57-
YUV209.22143.1162.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.37%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=19.37%
G=41.56%
B=39.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172512360.5300.060.02173.2894.3772.16
Hex75FBEC35062ad5e48
Octal16537335465062255136110
Binary111010111111011111011001101010110101010110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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