Html Css Color HEX #5FDDCE Downy

📋 copy color: '#5FDDCE'

red 95 ◦ green 221 ◦ blue 206

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

Shades of Downy #5FDDCE

Tints of Downy #5FDDCE

RGB

 RED value IS 95 (37.5% from 255) = 18.2%

 GREEN value IS 221 (86.72% from 255) = 42.34%

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 18.2%
G = 42.34%
B = 39.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#5FDDCE (or 0x5FDDCE) is known color: Downy. HEX triplet: 5F, DD and CE. RGB value is (95,221,206). Sum of RGB (Red+Green+Blue) = 95+221+206=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDDCE is #A02231. Grayscale: #B5B5B5. Windows color (decimal): -10494514 or 13557087. OLE color: 13557087.

HSL color Cylindrical-coordinate representation of color #5FDDCE: hue angle of 172.86º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDDCE is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 221 206 -
CMYK 0.57 0 0.07 0.13
HSL 172.86º 0.65% 0.62% -
HSV(B) 172.86º 0.57% 0.87% -
XYZ 41.72 58.6 67.51 -
YUV 181.62 141.76 66.22 -
System Red Green Blue C M Y K H S L
Decimal 95 221 206 0.57 0 0.07 0.13 172.86 0.65 0.62
Hex 5F DD CE 39 0 7 D AD 41 3E
Octal 137 335 316 71 0 7 15 255 101 76
Binary 1011111 11011101 11001110 111001 0 111 1101 10101101 1000001 111110

Color Harmonies of #5FDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDDCE

Black with #5FDDCE

Text Example


Text Example

White with #5FDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,221,206); }

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

background-color css

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

 a { background-color: rgb(95,221,206); }

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

border-color css

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

 span { border-color: rgb(95,221,206); }

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