#67CACD

Color #67CACD Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #67CACD

Tints of Downy #67CACD

Color information

#67CACD (or 0x67CACD) is unknown color: approx Downy. HEX triplet: 67, CA and CD. RGB value is (103,202,205). Sum of RGB (Red+Green+Blue) = 103+202+205=510 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.20% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #67CACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CACD is #983532. Grayscale: #ACACAC. Windows color (decimal): -9975091 or 13486695. OLE color: 13486695.

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

Color convert

RGB103202205-
CMYK0.500.0100.20
HSL181.76º50.5%60.39%-
HSV(B)181.76º49.76%80.39%-
XYZ37.7349.5365.33-
YUV172.74146.278.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.20%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=20.20%
G=39.61%
B=40.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1032022050.500.0100.20181.7650.560.39
Hex67CACD321014b6323c
Octal1473123156210242666274
Binary11001111100101011001101110010101010010110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #67CACD;
 }
 .AnyTagClassName
 {
   color: #67CACD;
 }
</style>
background-color css

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

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

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

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

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

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