#69CEBC

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

Shades of Downy #69CEBC

Tints of Downy #69CEBC

Color information

#69CEBC (or 0x69CEBC) is unknown color: approx Downy. HEX triplet: 69, CE and BC. RGB value is (105,206,188). Sum of RGB (Red+Green+Blue) = 105+206+188=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #69CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CEBC is #963143. Grayscale: #ADADAD. Windows color (decimal): -9843012 or 12373609. OLE color: 12373609.

HSL color Cylindrical-coordinate representation of color #69CEBC: hue angle of 169.31º 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 #69CEBC is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB105206188-
CMYK0.4900.090.19
HSL169.31º50.75%60.98%-
HSV(B)169.31º49.03%80.78%-
XYZ36.9750.7855.43-
YUV173.75136.0478.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.04%
GREEN value IS 206 (80.86% from 255) = 41.28%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=21.04%
G=41.28%
B=37.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1052061880.4900.090.19169.3150.7560.98
Hex69CEBC310913a9333d
Octal15131627461011232516375
Binary11010011100111010111100110001010011001110101001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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