Html Css Color HEX #5DF9ED Baby Blue

📋 copy color: '#5DF9ED'

red 93 ◦ green 249 ◦ blue 237

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

Shades of Baby Blue #5DF9ED

Tints of Baby Blue #5DF9ED

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.01%

 BLUE value IS 237 (92.97% from 255) = 40.93%

R = 16.06%
G = 43.01%
B = 40.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#5DF9ED (or 0x5DF9ED) is known color: Baby Blue. HEX triplet: 5D, F9 and ED. RGB value is (93,249,237). Sum of RGB (Red+Green+Blue) = 93+249+237=579 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.06% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #5DF9ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF9ED is #A20612. Grayscale: #C8C8C8. Windows color (decimal): -10618387 or 15595869. OLE color: 15595869.

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

Color convert

RGB 93 249 237 -
CMYK 0.63 0 0.05 0.02
HSL 175.38º 0.93% 0.67% -
HSV(B) 175.38º 0.63% 0.98% -
XYZ 53.68 76.19 92 -
YUV 200.99 148.32 50.98 -
System Red Green Blue C M Y K H S L
Decimal 93 249 237 0.63 0 0.05 0.02 175.38 0.93 0.67
Hex 5D F9 ED 3F 0 5 2 AF 5D 43
Octal 135 371 355 77 0 5 2 257 135 103
Binary 1011101 11111001 11101101 111111 0 101 10 10101111 1011101 1000011

Color Harmonies of #5DF9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF9ED

Black with #5DF9ED

Text Example


Text Example

White with #5DF9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,249,237); }

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

background-color css

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

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

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

border-color css

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

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

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