Html Css Color HEX #68CACD Downy

📋 copy color: '#68CACD'

red 104 ◦ green 202 ◦ blue 205

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

Shades of Downy #68CACD

Tints of Downy #68CACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.53%

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 20.35%
G = 39.53%
B = 40.12%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#68CACD (or 0x68CACD) is known color: Downy. HEX triplet: 68, CA and CD. RGB value is (104,202,205). Sum of RGB (Red+Green+Blue) = 104+202+205=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #68CACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CACD is #973532. Grayscale: #ACACAC. Windows color (decimal): -9909555 or 13486696. OLE color: 13486696.

HSL color Cylindrical-coordinate representation of color #68CACD: hue angle of 181.78º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CACD is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 202 205 -
CMYK 0.49 0.01 0 0.20
HSL 181.78º 0.5% 0.61% -
HSV(B) 181.78º 0.49% 0.8% -
XYZ 37.85 49.59 65.33 -
YUV 173.04 146.03 78.76 -
System Red Green Blue C M Y K H S L
Decimal 104 202 205 0.49 0.01 0 0.20 181.78 0.5 0.61
Hex 68 CA CD 31 1 0 14 B6 32 3D
Octal 150 312 315 61 1 0 24 266 62 75
Binary 1101000 11001010 11001101 110001 1 0 10100 10110110 110010 111101

Color Harmonies of #68CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CACD

Black with #68CACD

Text Example


Text Example

White with #68CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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