#5FECFB

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

Shades of Baby Blue #5FECFB

Tints of Baby Blue #5FECFB

Color information

#5FECFB (or 0x5FECFB) is unknown color: approx Baby Blue. HEX triplet: 5F, EC and FB. RGB value is (95,236,251). Sum of RGB (Red+Green+Blue) = 95+236+251=582 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.32% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #5FECFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECFB is #A01304. Grayscale: #C3C3C3. Windows color (decimal): -10490629 or 16510047. OLE color: 16510047.

HSL color Cylindrical-coordinate representation of color #5FECFB: hue angle of 185.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FECFB is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95236251-
CMYK0.620.0600.02
HSL185.77º95.12%67.84%-
HSV(B)185.77º62.15%98.43%-
XYZ52.1369.39101.91-
YUV195.55159.2956.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.32%
GREEN value IS 236 (92.58% from 255) = 40.55%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=16.32%
G=40.55%
B=43.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952362510.620.0600.02185.7795.1267.84
Hex5FECFB3E602ba5f44
Octal13735437376602272137104
Binary101111111101100111110111111101100101011101010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,236,251); }

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

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

 a { background-color: rgb(95,236,251); }

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

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

 span { border-color: rgb(95,236,251); }

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