#69EBCC

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

Shades of Downy #69EBCC

Tints of Downy #69EBCC

Color information

#69EBCC (or 0x69EBCC) is unknown color: approx Downy. HEX triplet: 69, EB and CC. RGB value is (105,235,204). Sum of RGB (Red+Green+Blue) = 105+235+204=544 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.30% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #69EBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EBCC is #961433. Grayscale: #C0C0C0. Windows color (decimal): -9835572 or 13429609. OLE color: 13429609.

HSL color Cylindrical-coordinate representation of color #69EBCC: hue angle of 165.69º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69EBCC is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB105235204-
CMYK0.5500.130.08
HSL165.69º76.47%66.67%-
HSV(B)165.69º55.32%92.16%-
XYZ46.4366.7867.57-
YUV192.6134.4365.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.30%
GREEN value IS 235 (92.19% from 255) = 43.20%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=19.30%
G=43.20%
B=37.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052352040.5500.130.08165.6976.4766.67
Hex69EBCC370D8a64c43
Octal1513533146701510246114103
Binary110100111101011110011001101110110110001010011010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,235,204); }

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

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

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

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

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

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

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