#69CECE

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

Shades of Downy #69CECE

Tints of Downy #69CECE

Color information

#69CECE (or 0x69CECE) is unknown color: approx Downy. HEX triplet: 69, CE and CE. RGB value is (105,206,206). Sum of RGB (Red+Green+Blue) = 105+206+206=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #69CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CECE is #963131. Grayscale: #AFAFAF. Windows color (decimal): -9842994 or 13553257. OLE color: 13553257.

HSL color Cylindrical-coordinate representation of color #69CECE: hue angle of 180º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CECE is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105206206-
CMYK0.49000.19
HSL180º50.75%60.98%-
HSV(B)180º49.03%80.78%-
XYZ39.0451.666.3-
YUV175.8145.0477.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.31%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=20.31%
G=39.85%
B=39.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1052062060.49000.1918050.7560.98
Hex69CECE310013b4333d
Octal1513163166100232646375
Binary11010011100111011001110110001001001110110100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,206,206); }

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

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

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

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

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

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

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