#5DFFFB

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

Shades of Baby Blue #5DFFFB

Tints of Baby Blue #5DFFFB

Color information

#5DFFFB (or 0x5DFFFB) is unknown color: approx Baby Blue. HEX triplet: 5D, FF and FB. RGB value is (93,255,251). Sum of RGB (Red+Green+Blue) = 93+255+251=599 (79% of max value = 765). Red value is 93 (36.72% from 255 or 15.53% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFFFB is #A20004. Grayscale: #CDCDCD. Windows color (decimal): -10616837 or 16514909. OLE color: 16514909.

HSL color Cylindrical-coordinate representation of color #5DFFFB: hue angle of 178.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DFFFB is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB93255251-
CMYK0.6400.020
HSL178.52º100%68.24%-
HSV(B)178.52º63.53%100%-
XYZ57.6980.81103.82-
YUV206.11153.3347.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 15.53%
GREEN value IS 255 (100% from 255) = 42.57%
BLUE value IS 251 (98.44% from 255) = 41.90%
R=15.53%
G=42.57%
B=41.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal932552510.6400.020178.5210068.24
Hex5DFFFB40020b36444
Octal135377373100020263144104
Binary10111011111111111111011100000001001011001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,255,251); }

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

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

 a { background-color: rgb(93,255,251); }

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

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

 span { border-color: rgb(93,255,251); }

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