#5ff5e3

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

Shades of Baby Blue #5FF5E3

Tints of Baby Blue #5FF5E3

Color information

#5FF5E3 (or 0x5FF5E3) is unknown color: approx Baby Blue. HEX triplet: 5F, F5 and E3. RGB value is (95,245,227). Sum of RGB (Red+Green+Blue) = 95+245+227=567 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.75% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF5E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF5E3 is #A00A1C. Grayscale: #C6C6C6. Windows color (decimal): -10488349 or 14939487. OLE color: 14939487.

HSL color Cylindrical-coordinate representation of color #5FF5E3: hue angle of 172.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF5E3 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB95245227-
CMYK0.6100.070.04
HSL172.8º88.24%66.67%-
HSV(B)172.8º61.22%96.08%-
XYZ51.2473.2884.12-
YUV198.1144.354.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.75%
GREEN value IS 245 (96.09% from 255) = 43.21%
BLUE value IS 227 (89.06% from 255) = 40.04%
R=16.75%
G=43.21%
B=40.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal952452270.6100.070.04172.888.2466.67
Hex5FF5E33D074ad5843
Octal13736534375074255130103
Binary1011111111101011110001111110101111001010110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ff5e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ff5e3; }

 p { color: rgb(95,245,227); }

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

<style>
 a { background-color: #5ff5e3; }

 a { background-color: rgb(95,245,227); }

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

<style>
 span { border-color: #5ff5e3; }

 span { border-color: rgb(95,245,227); }

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