Html Css Color HEX #5DF7E5 Baby Blue

📋 copy color: '#5DF7E5'

red 93 ◦ green 247 ◦ blue 229

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

Shades of Baby Blue #5DF7E5

Tints of Baby Blue #5DF7E5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.41%

 BLUE value IS 229 (89.84% from 255) = 40.25%

R = 16.34%
G = 43.41%
B = 40.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#5DF7E5 (or 0x5DF7E5) is known color: Baby Blue. HEX triplet: 5D, F7 and E5. RGB value is (93,247,229). Sum of RGB (Red+Green+Blue) = 93+247+229=569 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.34% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #5DF7E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF7E5 is #A2081A. Grayscale: #C6C6C6. Windows color (decimal): -10618907 or 15071069. OLE color: 15071069.

HSL color Cylindrical-coordinate representation of color #5DF7E5: hue angle of 172.99º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF7E5 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 93 247 229 -
CMYK 0.62 0 0.07 0.03
HSL 172.99º 0.91% 0.67% -
HSV(B) 172.99º 0.62% 0.97% -
XYZ 51.92 74.51 85.77 -
YUV 198.9 144.98 52.46 -
System Red Green Blue C M Y K H S L
Decimal 93 247 229 0.62 0 0.07 0.03 172.99 0.91 0.67
Hex 5D F7 E5 3E 0 7 3 AD 5B 43
Octal 135 367 345 76 0 7 3 255 133 103
Binary 1011101 11110111 11100101 111110 0 111 11 10101101 1011011 1000011

Color Harmonies of #5DF7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF7E5

Black with #5DF7E5

Text Example


Text Example

White with #5DF7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,247,229); }

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

background-color css

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

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

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

border-color css

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

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

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