#75FCE9

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

Shades of Baby Blue #75FCE9

Tints of Baby Blue #75FCE9

Color information

#75FCE9 (or 0x75FCE9) is unknown color: approx Baby Blue. HEX triplet: 75, FC and E9. RGB value is (117,252,233). Sum of RGB (Red+Green+Blue) = 117+252+233=602 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.44% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #75FCE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FCE9 is #8A0316. Grayscale: #D1D1D1. Windows color (decimal): -9044759 or 15334517. OLE color: 15334517.

HSL color Cylindrical-coordinate representation of color #75FCE9: hue angle of 171.56º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FCE9 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB117252233-
CMYK0.5400.080.01
HSL171.56º95.74%72.35%-
HSV(B)171.56º53.57%98.82%-
XYZ56.8579.2989.4-
YUV209.47141.2762.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.44%
GREEN value IS 252 (98.83% from 255) = 41.86%
BLUE value IS 233 (91.41% from 255) = 38.70%
R=19.44%
G=41.86%
B=38.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172522330.5400.080.01171.5695.7472.35
Hex75FCE936081ac6048
Octal165374351660101254140110
Binary111010111111100111010011101100100011010110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,252,233); }

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

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

 a { background-color: rgb(117,252,233); }

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

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

 span { border-color: rgb(117,252,233); }

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