Html Css Color HEX #68CDCE Downy

📋 copy color: '#68CDCE'

red 104 ◦ green 205 ◦ blue 206

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

Shades of Downy #68CDCE

Tints of Downy #68CDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.81%

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

R = 20.19%
G = 39.81%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68CDCE (or 0x68CDCE) is known color: Downy. HEX triplet: 68, CD and CE. RGB value is (104,205,206). Sum of RGB (Red+Green+Blue) = 104+205+206=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #68CDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDCE is #973231. Grayscale: #AEAEAE. Windows color (decimal): -9908786 or 13553000. OLE color: 13553000.

HSL color Cylindrical-coordinate representation of color #68CDCE: hue angle of 180.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CDCE is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 205 206 -
CMYK 0.50 0.00 0 0.19
HSL 180.59º 0.51% 0.61% -
HSV(B) 180.59º 0.5% 0.81% -
XYZ 38.68 51.06 66.21 -
YUV 174.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 104 205 206 0.50 0.00 0 0.19 180.59 0.51 0.61
Hex 68 CD CE 32 0 0 13 B5 33 3D
Octal 150 315 316 62 0 0 23 265 63 75
Binary 1101000 11001101 11001110 110010 0 0 10011 10110101 110011 111101

Color Harmonies of #68CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDCE

Black with #68CDCE

Text Example


Text Example

White with #68CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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