#5DF1F2

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

Shades of Baby Blue #5DF1F2

Tints of Baby Blue #5DF1F2

Color information

#5DF1F2 (or 0x5DF1F2) is unknown color: approx Baby Blue. HEX triplet: 5D, F1 and F2. RGB value is (93,241,242). Sum of RGB (Red+Green+Blue) = 93+241+242=576 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.15% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #5DF1F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF1F2 is #A20E0D. Grayscale: #C4C4C4. Windows color (decimal): -10620430 or 15921501. OLE color: 15921501.

HSL color Cylindrical-coordinate representation of color #5DF1F2: hue angle of 180.4º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF1F2 is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB93241242-
CMYK0.620.0000.05
HSL180.4º85.14%65.69%-
HSV(B)180.4º61.57%94.9%-
XYZ5271.6595.09-
YUV196.86153.4753.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.15%
GREEN value IS 241 (94.53% from 255) = 41.84%
BLUE value IS 242 (94.92% from 255) = 42.01%
R=16.15%
G=41.84%
B=42.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal932412420.620.0000.05180.485.1465.69
Hex5DF1F23E005b45542
Octal13536136276005264125102
Binary10111011111000111110010111110001011011010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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