#69DFC5

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

Shades of Downy #69DFC5

Tints of Downy #69DFC5

Color information

#69DFC5 (or 0x69DFC5) is unknown color: approx Downy. HEX triplet: 69, DF and C5. RGB value is (105,223,197). Sum of RGB (Red+Green+Blue) = 105+223+197=525 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DFC5 is #96203A. Grayscale: #B8B8B8. Windows color (decimal): -9838651 or 12967785. OLE color: 12967785.

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

Color convert

RGB105223197-
CMYK0.5300.120.13
HSL166.78º64.84%64.31%-
HSV(B)166.78º52.91%87.45%-
XYZ42.2959.8162.14-
YUV184.75134.9171.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20%
GREEN value IS 223 (87.5% from 255) = 42.48%
BLUE value IS 197 (77.34% from 255) = 37.52%
R=20%
G=42.48%
B=37.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052231970.5300.120.13166.7864.8464.31
Hex69DFC5350CDa74140
Octal1513373056501415247101100
Binary110100111011111110001011101010110011011010011110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,223,197); }

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

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

 a { background-color: rgb(105,223,197); }

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

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

 span { border-color: rgb(105,223,197); }

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