#69CABE

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

Shades of Downy #69CABE

Tints of Downy #69CABE

Color information

#69CABE (or 0x69CABE) is unknown color: approx Downy. HEX triplet: 69, CA and BE. RGB value is (105,202,190). Sum of RGB (Red+Green+Blue) = 105+202+190=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #69CABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CABE is #963541. Grayscale: #ABABAB. Windows color (decimal): -9844034 or 12503657. OLE color: 12503657.

HSL color Cylindrical-coordinate representation of color #69CABE: hue angle of 172.58º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CABE is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB105202190-
CMYK0.4800.060.21
HSL172.58º47.78%60.2%-
HSV(B)172.58º48.02%79.22%-
XYZ36.2448.9656.26-
YUV171.63138.3680.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.13%
GREEN value IS 202 (79.30% from 255) = 40.64%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=21.13%
G=40.64%
B=38.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021900.4800.060.21172.5847.7860.2
Hex69CABE300615ad303c
Octal1513122766006252556074
Binary1101001110010101011111011000001101010110101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,202,190); }

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

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

 a { background-color: rgb(105,202,190); }

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

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

 span { border-color: rgb(105,202,190); }

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