Html Css Color HEX #68CCCE Downy

📋 copy color: '#68CCCE'

red 104 ◦ green 204 ◦ blue 206

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

Shades of Downy #68CCCE

Tints of Downy #68CCCE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.69%

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

R = 20.23%
G = 39.69%
B = 40.08%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68CCCE (or 0x68CCCE) is known color: Downy. HEX triplet: 68, CC and CE. RGB value is (104,204,206). Sum of RGB (Red+Green+Blue) = 104+204+206=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #68CCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CCCE is #973331. Grayscale: #AEAEAE. Windows color (decimal): -9909042 or 13552744. OLE color: 13552744.

HSL color Cylindrical-coordinate representation of color #68CCCE: hue angle of 181.18º 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 #68CCCE is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 204 206 -
CMYK 0.50 0.01 0 0.19
HSL 181.18º 0.51% 0.61% -
HSV(B) 181.18º 0.5% 0.81% -
XYZ 38.44 50.59 66.13 -
YUV 174.33 145.87 77.84 -
System Red Green Blue C M Y K H S L
Decimal 104 204 206 0.50 0.01 0 0.19 181.18 0.51 0.61
Hex 68 CC CE 32 1 0 13 B5 33 3D
Octal 150 314 316 62 1 0 23 265 63 75
Binary 1101000 11001100 11001110 110010 1 0 10011 10110101 110011 111101

Color Harmonies of #68CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CCCE

Black with #68CCCE

Text Example


Text Example

White with #68CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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