#5DFFFE

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

Shades of Baby Blue #5DFFFE

Tints of Baby Blue #5DFFFE

Color information

#5DFFFE (or 0x5DFFFE) is unknown color: approx Baby Blue. HEX triplet: 5D, FF and FE. RGB value is (93,255,254). Sum of RGB (Red+Green+Blue) = 93+255+254=602 (79% of max value = 765). Red value is 93 (36.72% from 255 or 15.45% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFFFE is #A20001. Grayscale: #CECECE. Windows color (decimal): -10616834 or 16711517. OLE color: 16711517.

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

Color convert

RGB93255254-
CMYK0.6400.000
HSL179.63º100%68.24%-
HSV(B)179.63º63.53%100%-
XYZ58.1681106.34-
YUV206.45154.8347.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 15.45%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=15.45%
G=42.36%
B=42.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal932552540.6400.000179.6310068.24
Hex5DFFFE40000b46444
Octal135377376100000264144104
Binary1011101111111111111111010000000001011010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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