#5FFBEC

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

Shades of Baby Blue #5FFBEC

Tints of Baby Blue #5FFBEC

Color information

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

HSL color Cylindrical-coordinate representation of color #5FFBEC: hue angle of 174.23º 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 #5FFBEC is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB95251236-
CMYK0.6200.060.02
HSL174.23º95.12%67.84%-
HSV(B)174.23º62.15%98.43%-
XYZ54.3677.4891.45-
YUV202.65146.8251.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952512360.6200.060.02174.2395.1267.84
Hex5FFBEC3E062ae5f44
Octal13737335476062256137104
Binary101111111111011111011001111100110101010111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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