#5DFBFB

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

Shades of Baby Blue #5DFBFB

Tints of Baby Blue #5DFBFB

Color information

#5DFBFB (or 0x5DFBFB) is unknown color: approx Baby Blue. HEX triplet: 5D, FB and FB. RGB value is (93,251,251). Sum of RGB (Red+Green+Blue) = 93+251+251=595 (78% of max value = 765). Red value is 93 (36.72% from 255 or 15.63% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #5DFBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFBFB is #A20404. Grayscale: #CBCBCB. Windows color (decimal): -10617861 or 16513885. OLE color: 16513885.

HSL color Cylindrical-coordinate representation of color #5DFBFB: hue angle of 180º degrees, saturation: 0.95, 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 #5DFBFB is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB93251251-
CMYK0.63000.02
HSL180º95.18%67.45%-
HSV(B)180º62.95%98.43%-
XYZ56.4278.29103.4-
YUV203.76154.6549-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 15.63%
GREEN value IS 251 (98.44% from 255) = 42.18%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=15.63%
G=42.18%
B=42.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932512510.63000.0218095.1867.45
Hex5DFBFB3F002b45f43
Octal13537337377002264137103
Binary1011101111110111111101111111100101011010010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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