#75F9E9

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

Shades of Baby Blue #75F9E9

Tints of Baby Blue #75F9E9

Color information

#75F9E9 (or 0x75F9E9) is unknown color: approx Baby Blue. HEX triplet: 75, F9 and E9. RGB value is (117,249,233). Sum of RGB (Red+Green+Blue) = 117+249+233=599 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.53% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F9E9 is #8A0616. Grayscale: #CFCFCF. Windows color (decimal): -9045527 or 15333749. OLE color: 15333749.

HSL color Cylindrical-coordinate representation of color #75F9E9: hue angle of 172.73º degrees, saturation: 0.92, 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 #75F9E9 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB117249233-
CMYK0.5300.060.02
HSL172.73º91.67%71.76%-
HSV(B)172.73º53.01%97.65%-
XYZ55.9277.4289.09-
YUV207.71142.2763.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.53%
GREEN value IS 249 (97.66% from 255) = 41.57%
BLUE value IS 233 (91.41% from 255) = 38.90%
R=19.53%
G=41.57%
B=38.90%

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
Decimal1172492330.5300.060.02172.7391.6771.76
Hex75F9E935062ad5c48
Octal16537135165062255134110
Binary111010111111001111010011101010110101010110110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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