#5DF4F3

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

Shades of Baby Blue #5DF4F3

Tints of Baby Blue #5DF4F3

Color information

#5DF4F3 (or 0x5DF4F3) is unknown color: approx Baby Blue. HEX triplet: 5D, F4 and F3. RGB value is (93,244,243). Sum of RGB (Red+Green+Blue) = 93+244+243=580 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.03% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #5DF4F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF4F3 is #A20B0C. Grayscale: #C6C6C6. Windows color (decimal): -10619661 or 15987805. OLE color: 15987805.

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

Color convert

RGB93244243-
CMYK0.6200.000.04
HSL179.6º87.28%66.08%-
HSV(B)179.6º61.89%95.69%-
XYZ53.0473.596.19-
YUV198.74152.9752.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.03%
GREEN value IS 244 (95.70% from 255) = 42.07%
BLUE value IS 243 (95.31% from 255) = 41.90%
R=16.03%
G=42.07%
B=41.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal932442430.6200.000.04179.687.2866.08
Hex5DF4F33E004b45742
Octal13536436376004264127102
Binary10111011111010011110011111110001001011010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,244,243); }

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

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

 a { background-color: rgb(93,244,243); }

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

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

 span { border-color: rgb(93,244,243); }

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