#75F8E8

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

Shades of Baby Blue #75F8E8

Tints of Baby Blue #75F8E8

Color information

#75F8E8 (or 0x75F8E8) is unknown color: approx Baby Blue. HEX triplet: 75, F8 and E8. RGB value is (117,248,232). Sum of RGB (Red+Green+Blue) = 117+248+232=597 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.60% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #75F8E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F8E8 is #8A0717. Grayscale: #CECECE. Windows color (decimal): -9045784 or 15267957. OLE color: 15267957.

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

Color convert

RGB117248232-
CMYK0.5300.060.03
HSL172.67º90.34%71.57%-
HSV(B)172.67º52.82%97.25%-
XYZ55.4776.7488.23-
YUV207.01142.163.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.60%
GREEN value IS 248 (97.27% from 255) = 41.54%
BLUE value IS 232 (91.02% from 255) = 38.86%
R=19.60%
G=41.54%
B=38.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1172482320.5300.060.03172.6790.3471.57
Hex75F8E835063ad5a48
Octal16537035065063255132110
Binary111010111111000111010001101010110111010110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,248,232); }

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

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

 a { background-color: rgb(117,248,232); }

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

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

 span { border-color: rgb(117,248,232); }

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