Html Css Color HEX #5FD8CB Downy

📋 copy color: '#5FD8CB'

red 95 ◦ green 216 ◦ blue 203

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

Shades of Downy #5FD8CB

Tints of Downy #5FD8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.02%

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 18.48%
G = 42.02%
B = 39.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#5FD8CB (or 0x5FD8CB) is known color: Downy. HEX triplet: 5F, D8 and CB. RGB value is (95,216,203). Sum of RGB (Red+Green+Blue) = 95+216+203=514 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.48% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD8CB is #A02734. Grayscale: #B2B2B2. Windows color (decimal): -10495797 or 13359199. OLE color: 13359199.

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

Color convert

RGB 95 216 203 -
CMYK 0.56 0 0.06 0.15
HSL 173.55º 0.61% 0.61% -
HSV(B) 173.55º 0.56% 0.85% -
XYZ 40.05 55.86 65.17 -
YUV 178.34 141.91 68.56 -
System Red Green Blue C M Y K H S L
Decimal 95 216 203 0.56 0 0.06 0.15 173.55 0.61 0.61
Hex 5F D8 CB 38 0 6 F AE 3D 3D
Octal 137 330 313 70 0 6 17 256 75 75
Binary 1011111 11011000 11001011 111000 0 110 1111 10101110 111101 111101

Color Harmonies of #5FD8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD8CB

Black with #5FD8CB

Text Example


Text Example

White with #5FD8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,216,203); }

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

background-color css

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

 a { background-color: rgb(95,216,203); }

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

border-color css

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

 span { border-color: rgb(95,216,203); }

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