#69DAD0

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

Shades of Downy #69DAD0

Tints of Downy #69DAD0

Color information

#69DAD0 (or 0x69DAD0) is unknown color: approx Downy. HEX triplet: 69, DA and D0. RGB value is (105,218,208). Sum of RGB (Red+Green+Blue) = 105+218+208=531 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.77% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #69DAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DAD0 is #96252F. Grayscale: #B7B7B7. Windows color (decimal): -9839920 or 13687401. OLE color: 13687401.

HSL color Cylindrical-coordinate representation of color #69DAD0: hue angle of 174.69º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DAD0 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB105218208-
CMYK0.5200.050.15
HSL174.69º60.43%63.33%-
HSV(B)174.69º51.83%85.49%-
XYZ42.2857.768.58-
YUV183.07142.0672.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.77%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 208 (81.64% from 255) = 39.17%
R=19.77%
G=41.05%
B=39.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052182080.5200.050.15174.6960.4363.33
Hex69DAD03405Faf3c3f
Octal1513323206405172577477
Binary110100111011010110100001101000101111110101111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,218,208); }

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

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

 a { background-color: rgb(105,218,208); }

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

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

 span { border-color: rgb(105,218,208); }

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