#5DF1FA

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

Shades of Baby Blue #5DF1FA

Tints of Baby Blue #5DF1FA

Color information

#5DF1FA (or 0x5DF1FA) is unknown color: approx Baby Blue. HEX triplet: 5D, F1 and FA. RGB value is (93,241,250). Sum of RGB (Red+Green+Blue) = 93+241+250=584 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.92% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DF1FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF1FA is #A20E05. Grayscale: #C5C5C5. Windows color (decimal): -10620422 or 16445789. OLE color: 16445789.

HSL color Cylindrical-coordinate representation of color #5DF1FA: hue angle of 183.44º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DF1FA is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB93241250-
CMYK0.630.0400.02
HSL183.44º94.01%67.25%-
HSV(B)183.44º62.8%98.04%-
XYZ53.2272.14101.56-
YUV197.77157.4753.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 15.92%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=15.92%
G=41.27%
B=42.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932412500.630.0400.02183.4494.0167.25
Hex5DF1FA3F402b75e43
Octal13536137277402267136103
Binary101110111110001111110101111111000101011011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,241,250); }

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

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

 a { background-color: rgb(93,241,250); }

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

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

 span { border-color: rgb(93,241,250); }

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