Html Css Color HEX #5FDCCE Downy

📋 copy color: '#5FDCCE'

red 95 ◦ green 220 ◦ blue 206

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

Shades of Downy #5FDCCE

Tints of Downy #5FDCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

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

R = 18.23%
G = 42.23%
B = 39.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#5FDCCE (or 0x5FDCCE) is known color: Downy. HEX triplet: 5F, DC and CE. RGB value is (95,220,206). Sum of RGB (Red+Green+Blue) = 95+220+206=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDCCE is #A02331. Grayscale: #B4B4B4. Windows color (decimal): -10494770 or 13556831. OLE color: 13556831.

HSL color Cylindrical-coordinate representation of color #5FDCCE: hue angle of 173.28º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDCCE is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 220 206 -
CMYK 0.57 0 0.06 0.14
HSL 173.28º 0.64% 0.62% -
HSV(B) 173.28º 0.57% 0.86% -
XYZ 41.45 58.08 67.42 -
YUV 181.03 142.09 66.64 -
System Red Green Blue C M Y K H S L
Decimal 95 220 206 0.57 0 0.06 0.14 173.28 0.64 0.62
Hex 5F DC CE 39 0 6 E AD 40 3E
Octal 137 334 316 71 0 6 16 255 100 76
Binary 1011111 11011100 11001110 111001 0 110 1110 10101101 1000000 111110

Color Harmonies of #5FDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDCCE

Black with #5FDCCE

Text Example


Text Example

White with #5FDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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