#69DDCF

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

Shades of Downy #69DDCF

Tints of Downy #69DDCF

Color information

#69DDCF (or 0x69DDCF) is unknown color: approx Downy. HEX triplet: 69, DD and CF. RGB value is (105,221,207). Sum of RGB (Red+Green+Blue) = 105+221+207=533 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.70% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DDCF is #962230. Grayscale: #B8B8B8. Windows color (decimal): -9839153 or 13622633. OLE color: 13622633.

HSL color Cylindrical-coordinate representation of color #69DDCF: hue angle of 172.76º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DDCF is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB105221207-
CMYK0.5200.060.13
HSL172.76º63.04%63.92%-
HSV(B)172.76º52.49%86.67%-
XYZ42.9459.2268.2-
YUV184.72140.5771.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.70%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=19.70%
G=41.46%
B=38.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052212070.5200.060.13172.7663.0463.92
Hex69DDCF3406Dad3f40
Octal15133531764061525577100
Binary1101001110111011100111111010001101101101011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,221,207); }

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

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

 a { background-color: rgb(105,221,207); }

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

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

 span { border-color: rgb(105,221,207); }

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