#69CACD

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

Shades of Downy #69CACD

Tints of Downy #69CACD

Color information

#69CACD (or 0x69CACD) is unknown color: approx Downy. HEX triplet: 69, CA and CD. RGB value is (105,202,205). Sum of RGB (Red+Green+Blue) = 105+202+205=512 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.51% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #69CACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CACD is #963532. Grayscale: #ADADAD. Windows color (decimal): -9844019 or 13486697. OLE color: 13486697.

HSL color Cylindrical-coordinate representation of color #69CACD: hue angle of 181.8º 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 #69CACD is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105202205-
CMYK0.490.0100.20
HSL181.8º50%60.78%-
HSV(B)181.8º48.78%80.39%-
XYZ37.9749.6565.34-
YUV173.34145.8679.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.51%
GREEN value IS 202 (79.30% from 255) = 39.45%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=20.51%
G=39.45%
B=40.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052022050.490.0100.20181.85060.78
Hex69CACD311014b6323d
Octal1513123156110242666275
Binary11010011100101011001101110001101010010110110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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