#69D8CC

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

Shades of Downy #69D8CC

Tints of Downy #69D8CC

Color information

#69D8CC (or 0x69D8CC) is unknown color: approx Downy. HEX triplet: 69, D8 and CC. RGB value is (105,216,204). Sum of RGB (Red+Green+Blue) = 105+216+204=525 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #69D8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D8CC is #962733. Grayscale: #B5B5B5. Windows color (decimal): -9840436 or 13424745. OLE color: 13424745.

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

Color convert

RGB105216204-
CMYK0.5100.060.15
HSL173.51º58.73%62.94%-
HSV(B)173.51º51.39%84.71%-
XYZ41.2856.4765.85-
YUV181.44140.7373.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20%
GREEN value IS 216 (84.77% from 255) = 41.14%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=20%
G=41.14%
B=38.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052162040.5100.060.15173.5158.7362.94
Hex69D8CC3306Fae3b3f
Octal1513303146306172567377
Binary110100111011000110011001100110110111110101110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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