#5FFDF1

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

Shades of Baby Blue #5FFDF1

Tints of Baby Blue #5FFDF1

Color information

#5FFDF1 (or 0x5FFDF1) is unknown color: approx Baby Blue. HEX triplet: 5F, FD and F1. RGB value is (95,253,241). Sum of RGB (Red+Green+Blue) = 95+253+241=589 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.13% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFDF1 is #A0020E. Grayscale: #CCCCCC. Windows color (decimal): -10486287 or 15859039. OLE color: 15859039.

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

Color convert

RGB95253241-
CMYK0.6200.050.01
HSL175.44º97.53%68.24%-
HSV(B)175.44º62.45%99.22%-
XYZ55.7279.0395.54-
YUV204.39148.6549.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.13%
GREEN value IS 253 (99.22% from 255) = 42.95%
BLUE value IS 241 (94.53% from 255) = 40.92%
R=16.13%
G=42.95%
B=40.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal952532410.6200.050.01175.4497.5368.24
Hex5FFDF13E051af6244
Octal13737536176051257142104
Binary10111111111110111110001111110010111010111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,253,241); }

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

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

 a { background-color: rgb(95,253,241); }

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

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

 span { border-color: rgb(95,253,241); }

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