#5FFAE3

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

Shades of Baby Blue #5FFAE3

Tints of Baby Blue #5FFAE3

Color information

#5FFAE3 (or 0x5FFAE3) is unknown color: approx Baby Blue. HEX triplet: 5F, FA and E3. RGB value is (95,250,227). Sum of RGB (Red+Green+Blue) = 95+250+227=572 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.61% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAE3 is #A0051C. Grayscale: #C8C8C8. Windows color (decimal): -10487069 or 14940767. OLE color: 14940767.

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

Color convert

RGB95250227-
CMYK0.6200.090.02
HSL171.1º93.94%67.65%-
HSV(B)171.1º62%98.04%-
XYZ52.7776.3584.63-
YUV201.03142.6552.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.61%
GREEN value IS 250 (98.05% from 255) = 43.71%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=16.61%
G=43.71%
B=39.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952502270.6200.090.02171.193.9467.65
Hex5FFAE33E092ab5e44
Octal137372343760112253136104
Binary1011111111110101110001111111001001101010101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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