Html Css Color HEX #60DBCE Downy

📋 copy color: '#60DBCE'

red 96 ◦ green 219 ◦ blue 206

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

Shades of Downy #60DBCE

Tints of Downy #60DBCE

RGB

 RED value IS 96 (37.89% from 255) = 18.43%

 GREEN value IS 219 (85.94% from 255) = 42.03%

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

R = 18.43%
G = 42.03%
B = 39.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#60DBCE (or 0x60DBCE) is known color: Downy. HEX triplet: 60, DB and CE. RGB value is (96,219,206). Sum of RGB (Red+Green+Blue) = 96+219+206=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #60DBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DBCE is #9F2431. Grayscale: #B4B4B4. Windows color (decimal): -10429490 or 13556576. OLE color: 13556576.

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

Color convert

RGB 96 219 206 -
CMYK 0.56 0 0.06 0.14
HSL 173.66º 0.63% 0.62% -
HSV(B) 173.66º 0.56% 0.86% -
XYZ 41.3 57.61 67.34 -
YUV 180.74 142.25 67.56 -
System Red Green Blue C M Y K H S L
Decimal 96 219 206 0.56 0 0.06 0.14 173.66 0.63 0.62
Hex 60 DB CE 38 0 6 E AE 3F 3E
Octal 140 333 316 70 0 6 16 256 77 76
Binary 1100000 11011011 11001110 111000 0 110 1110 10101110 111111 111110

Color Harmonies of #60DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DBCE

Black with #60DBCE

Text Example


Text Example

White with #60DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60DBCE; }

 p { color: rgb(96,219,206); }

 H1.HeaderClassName
 {
   color: #60DBCE;
 }
 .AnyTagClassName
 {
   color: #60DBCE;
 }
</style>

background-color css

<style>
 a { background-color: #60DBCE; }

 a { background-color: rgb(96,219,206); }

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

border-color css

<style>
 span { border-color: #60DBCE; }

 span { border-color: rgb(96,219,206); }

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