#69EBC9

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

Shades of Downy #69EBC9

Tints of Downy #69EBC9

Color information

#69EBC9 (or 0x69EBC9) is unknown color: approx Downy. HEX triplet: 69, EB and C9. RGB value is (105,235,201). Sum of RGB (Red+Green+Blue) = 105+235+201=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #69EBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EBC9 is #961436. Grayscale: #C0C0C0. Windows color (decimal): -9835575 or 13233001. OLE color: 13233001.

HSL color Cylindrical-coordinate representation of color #69EBC9: hue angle of 164.31º 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 #69EBC9 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB105235201-
CMYK0.5500.140.08
HSL164.31º76.47%66.67%-
HSV(B)164.31º55.32%92.16%-
XYZ46.0866.6465.69-
YUV192.25132.9365.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.41%
GREEN value IS 235 (92.19% from 255) = 43.44%
BLUE value IS 201 (78.91% from 255) = 37.15%
R=19.41%
G=43.44%
B=37.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052352010.5500.140.08164.3176.4766.67
Hex69EBC9370E8a44c43
Octal1513533116701610244114103
Binary110100111101011110010011101110111010001010010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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