Html Css Color HEX #5DE9FE Baby Blue

📋 copy color: '#5DE9FE'

red 93 ◦ green 233 ◦ blue 254

#5DE9FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #5DE9FE

Tints of Baby Blue #5DE9FE

RGB

 RED value IS 93 (36.72% from 255) = 16.03%

 GREEN value IS 233 (91.41% from 255) = 40.17%

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 16.03%
G = 40.17%
B = 43.79%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5DE9FE (or 0x5DE9FE) is known color: Baby Blue. HEX triplet: 5D, E9 and FE. RGB value is (93,233,254). Sum of RGB (Red+Green+Blue) = 93+233+254=580 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.03% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DE9FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DE9FE is #A21601. Grayscale: #C1C1C1. Windows color (decimal): -10622466 or 16705885. OLE color: 16705885.

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

Color convert

RGB 93 233 254 -
CMYK 0.63 0.08 0 0.00
HSL 187.83º 0.99% 0.68% -
HSV(B) 187.83º 0.63% 1% -
XYZ 51.54 67.76 104.13 -
YUV 193.53 162.12 56.29 -
System Red Green Blue C M Y K H S L
Decimal 93 233 254 0.63 0.08 0 0.00 187.83 0.99 0.68
Hex 5D E9 FE 3F 8 0 0 BC 63 44
Octal 135 351 376 77 10 0 0 274 143 104
Binary 1011101 11101001 11111110 111111 1000 0 0 10111100 1100011 1000100

Color Harmonies of #5DE9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE9FE

Black with #5DE9FE

Text Example


Text Example

White with #5DE9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DE9FE;
 }
 .AnyTagClassName
 {
   color: #5DE9FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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