#5DF5FF

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

Shades of Baby Blue #5DF5FF

Tints of Baby Blue #5DF5FF

Color information

#5DF5FF (or 0x5DF5FF) is unknown color: approx Baby Blue. HEX triplet: 5D, F5 and FF. RGB value is (93,245,255). Sum of RGB (Red+Green+Blue) = 93+245+255=593 (78% of max value = 765). Red value is 93 (36.72% from 255 or 15.68% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DF5FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF5FF is #A20A00. Grayscale: #C8C8C8. Windows color (decimal): -10619393 or 16774493. OLE color: 16774493.

HSL color Cylindrical-coordinate representation of color #5DF5FF: hue angle of 183.7º 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 #5DF5FF is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB93245255-
CMYK0.640.0400
HSL183.7º100%68.24%-
HSV(B)183.7º63.53%100%-
XYZ55.2274.85106.15-
YUV200.69158.6451.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 15.68%
GREEN value IS 245 (96.09% from 255) = 41.32%
BLUE value IS 255 (100% from 255) = 43.00%
R=15.68%
G=41.32%
B=43.00%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal932452550.640.0400183.710068.24
Hex5DF5FF40400b86444
Octal135365377100400270144104
Binary101110111110101111111111000000100001011100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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