#5FFAE5

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

Shades of Baby Blue #5FFAE5

Tints of Baby Blue #5FFAE5

Color information

#5FFAE5 (or 0x5FFAE5) is unknown color: approx Baby Blue. HEX triplet: 5F, FA and E5. RGB value is (95,250,229). Sum of RGB (Red+Green+Blue) = 95+250+229=574 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.55% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAE5 is #A0051A. Grayscale: #C9C9C9. Windows color (decimal): -10487067 or 15071839. OLE color: 15071839.

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

Color convert

RGB95250229-
CMYK0.6200.080.02
HSL171.87º93.94%67.65%-
HSV(B)171.87º62%98.04%-
XYZ53.0576.4686.09-
YUV201.26143.6552.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.55%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 229 (89.84% from 255) = 39.90%
R=16.55%
G=43.55%
B=39.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952502290.6200.080.02171.8793.9467.65
Hex5FFAE53E082ac5e44
Octal137372345760102254136104
Binary1011111111110101110010111111001000101010110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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