Html Css Color HEX #5DDAC7 Downy

📋 copy color: '#5DDAC7'

red 93 ◦ green 218 ◦ blue 199

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

Shades of Downy #5DDAC7

Tints of Downy #5DDAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.75%

 BLUE value IS 199 (78.13% from 255) = 39.02%

R = 18.24%
G = 42.75%
B = 39.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#5DDAC7 (or 0x5DDAC7) is known color: Downy. HEX triplet: 5D, DA and C7. RGB value is (93,218,199). Sum of RGB (Red+Green+Blue) = 93+218+199=510 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.24% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDAC7 is #A22538. Grayscale: #B2B2B2. Windows color (decimal): -10626361 or 13097565. OLE color: 13097565.

HSL color Cylindrical-coordinate representation of color #5DDAC7: hue angle of 170.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDAC7 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 218 199 -
CMYK 0.57 0 0.09 0.15
HSL 170.88º 0.63% 0.61% -
HSV(B) 170.88º 0.57% 0.85% -
XYZ 39.89 56.59 62.85 -
YUV 178.46 139.59 67.04 -
System Red Green Blue C M Y K H S L
Decimal 93 218 199 0.57 0 0.09 0.15 170.88 0.63 0.61
Hex 5D DA C7 39 0 9 F AB 3F 3D
Octal 135 332 307 71 0 11 17 253 77 75
Binary 1011101 11011010 11000111 111001 0 1001 1111 10101011 111111 111101

Color Harmonies of #5DDAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDAC7

Black with #5DDAC7

Text Example


Text Example

White with #5DDAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,218,199); }

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

background-color css

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

 a { background-color: rgb(93,218,199); }

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

border-color css

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

 span { border-color: rgb(93,218,199); }

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