#69D8CD

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

Shades of Downy #69D8CD

Tints of Downy #69D8CD

Color information

#69D8CD (or 0x69D8CD) is unknown color: approx Downy. HEX triplet: 69, D8 and CD. RGB value is (105,216,205). Sum of RGB (Red+Green+Blue) = 105+216+205=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #69D8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D8CD is #962732. Grayscale: #B5B5B5. Windows color (decimal): -9840435 or 13490281. OLE color: 13490281.

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

Color convert

RGB105216205-
CMYK0.5100.050.15
HSL174.05º58.73%62.94%-
HSV(B)174.05º51.39%84.71%-
XYZ41.456.5266.49-
YUV181.56141.2373.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.96%
GREEN value IS 216 (84.77% from 255) = 41.06%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=19.96%
G=41.06%
B=38.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052162050.5100.050.15174.0558.7362.94
Hex69D8CD3305Fae3b3f
Octal1513303156305172567377
Binary110100111011000110011011100110101111110101110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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