#69DAC3

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

Shades of Downy #69DAC3

Tints of Downy #69DAC3

Color information

#69DAC3 (or 0x69DAC3) is unknown color: approx Downy. HEX triplet: 69, DA and C3. RGB value is (105,218,195). Sum of RGB (Red+Green+Blue) = 105+218+195=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #69DAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DAC3 is #96253C. Grayscale: #B5B5B5. Windows color (decimal): -9839933 or 12835433. OLE color: 12835433.

HSL color Cylindrical-coordinate representation of color #69DAC3: hue angle of 167.79º 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 #69DAC3 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB105218195-
CMYK0.5200.110.15
HSL167.79º60.43%63.33%-
HSV(B)167.79º51.83%85.49%-
XYZ40.7557.0960.5-
YUV181.59135.5673.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.27%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 195 (76.56% from 255) = 37.64%
R=20.27%
G=42.08%
B=37.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052181950.5200.110.15167.7960.4363.33
Hex69DAC3340BFa83c3f
Octal15133230364013172507477
Binary1101001110110101100001111010001011111110101000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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