Html Css Color HEX #68DBCC Downy

📋 copy color: '#68DBCC'

red 104 ◦ green 219 ◦ blue 204

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

Shades of Downy #68DBCC

Tints of Downy #68DBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 19.73%
G = 41.56%
B = 38.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#68DBCC (or 0x68DBCC) is known color: Downy. HEX triplet: 68, DB and CC. RGB value is (104,219,204). Sum of RGB (Red+Green+Blue) = 104+219+204=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBCC is #972433. Grayscale: #B6B6B6. Windows color (decimal): -9905204 or 13425512. OLE color: 13425512.

HSL color Cylindrical-coordinate representation of color #68DBCC: hue angle of 172.17º 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 #68DBCC is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 219 204 -
CMYK 0.53 0 0.07 0.14
HSL 172.17º 0.61% 0.63% -
HSV(B) 172.17º 0.53% 0.86% -
XYZ 41.94 57.97 66.1 -
YUV 182.91 139.9 71.72 -
System Red Green Blue C M Y K H S L
Decimal 104 219 204 0.53 0 0.07 0.14 172.17 0.61 0.63
Hex 68 DB CC 35 0 7 E AC 3D 3F
Octal 150 333 314 65 0 7 16 254 75 77
Binary 1101000 11011011 11001100 110101 0 111 1110 10101100 111101 111111

Color Harmonies of #68DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DBCC

Black with #68DBCC

Text Example


Text Example

White with #68DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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