#5DFDF3

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

Shades of Baby Blue #5DFDF3

Tints of Baby Blue #5DFDF3

Color information

#5DFDF3 (or 0x5DFDF3) is unknown color: approx Baby Blue. HEX triplet: 5D, FD and F3. RGB value is (93,253,243). Sum of RGB (Red+Green+Blue) = 93+253+243=589 (78% of max value = 765). Red value is 93 (36.72% from 255 or 15.79% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFDF3 is #A2020C. Grayscale: #CBCBCB. Windows color (decimal): -10617357 or 15990109. OLE color: 15990109.

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

Color convert

RGB93253243-
CMYK0.6300.040.01
HSL176.25º97.56%67.84%-
HSV(B)176.25º63.24%99.22%-
XYZ55.8279.0597.11-
YUV204.02149.9948.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 15.79%
GREEN value IS 253 (99.22% from 255) = 42.95%
BLUE value IS 243 (95.31% from 255) = 41.26%
R=15.79%
G=42.95%
B=41.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932532430.6300.040.01176.2597.5667.84
Hex5DFDF33F041b06244
Octal13537536377041260142104
Binary10111011111110111110011111111010011011000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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