#69DECB

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

Shades of Downy #69DECB

Tints of Downy #69DECB

Color information

#69DECB (or 0x69DECB) is unknown color: approx Downy. HEX triplet: 69, DE and CB. RGB value is (105,222,203). Sum of RGB (Red+Green+Blue) = 105+222+203=530 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.81% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #69DECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DECB is #962134. Grayscale: #B8B8B8. Windows color (decimal): -9838901 or 13360745. OLE color: 13360745.

HSL color Cylindrical-coordinate representation of color #69DECB: hue angle of 170.26º degrees, saturation: 0.64, 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 #69DECB is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB105222203-
CMYK0.5300.090.13
HSL170.26º63.93%64.12%-
HSV(B)170.26º52.7%87.06%-
XYZ42.7359.5665.74-
YUV184.85138.2471.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.81%
GREEN value IS 222 (87.11% from 255) = 41.89%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=19.81%
G=41.89%
B=38.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052222030.5300.090.13170.2663.9364.12
Hex69DECB3509Daa4040
Octal1513363136501115252100100
Binary110100111011110110010111101010100111011010101010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,222,203); }

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

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

 a { background-color: rgb(105,222,203); }

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

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

 span { border-color: rgb(105,222,203); }

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