Html Css Color HEX #68DBCE Downy

📋 copy color: '#68DBCE'

red 104 ◦ green 219 ◦ blue 206

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

Shades of Downy #68DBCE

Tints of Downy #68DBCE

RGB

 RED value IS 104 (41.02% from 255) = 19.66%

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

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

R = 19.66%
G = 41.4%
B = 38.94%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#68DBCE (or 0x68DBCE) is known color: Downy. HEX triplet: 68, DB and CE. RGB value is (104,219,206). Sum of RGB (Red+Green+Blue) = 104+219+206=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBCE is #972431. Grayscale: #B7B7B7. Windows color (decimal): -9905202 or 13556584. OLE color: 13556584.

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

Color convert

RGB 104 219 206 -
CMYK 0.53 0 0.06 0.14
HSL 173.22º 0.61% 0.63% -
HSV(B) 173.22º 0.53% 0.86% -
XYZ 42.18 58.06 67.38 -
YUV 183.13 140.9 71.56 -
System Red Green Blue C M Y K H S L
Decimal 104 219 206 0.53 0 0.06 0.14 173.22 0.61 0.63
Hex 68 DB CE 35 0 6 E AD 3D 3F
Octal 150 333 316 65 0 6 16 255 75 77
Binary 1101000 11011011 11001110 110101 0 110 1110 10101101 111101 111111

Color Harmonies of #68DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBCE

Black with #68DBCE

Text Example


Text Example

White with #68DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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