#75F5EA

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

Shades of Baby Blue #75F5EA

Tints of Baby Blue #75F5EA

Color information

#75F5EA (or 0x75F5EA) is unknown color: approx Baby Blue. HEX triplet: 75, F5 and EA. RGB value is (117,245,234). Sum of RGB (Red+Green+Blue) = 117+245+234=596 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.63% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 245 - color contains mainly: green. Hex color #75F5EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F5EA is #8A0A15. Grayscale: #CDCDCD. Windows color (decimal): -9046550 or 15398261. OLE color: 15398261.

HSL color Cylindrical-coordinate representation of color #75F5EA: hue angle of 174.84º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F5EA is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB117245234-
CMYK0.5200.040.04
HSL174.84º86.49%70.98%-
HSV(B)174.84º52.24%96.08%-
XYZ54.8475.0389.43-
YUV205.47144.0964.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.63%
GREEN value IS 245 (96.09% from 255) = 41.11%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=19.63%
G=41.11%
B=39.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172452340.5200.040.04174.8486.4970.98
Hex75F5EA34044af5647
Octal16536535264044257126107
Binary1110101111101011110101011010001001001010111110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,245,234); }

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

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

 a { background-color: rgb(117,245,234); }

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

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

 span { border-color: rgb(117,245,234); }

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