#65CECF

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

Shades of Downy #65CECF

Tints of Downy #65CECF

Color information

#65CECF (or 0x65CECF) is unknown color: approx Downy. HEX triplet: 65, CE and CF. RGB value is (101,206,207). Sum of RGB (Red+Green+Blue) = 101+206+207=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #65CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CECF is #9A3130. Grayscale: #AEAEAE. Windows color (decimal): -10105137 or 13618789. OLE color: 13618789.

HSL color Cylindrical-coordinate representation of color #65CECF: hue angle of 180.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CECF is Cyan = 0.51, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101206207-
CMYK0.510.0000.19
HSL180.57º52.48%60.39%-
HSV(B)180.57º51.21%81.18%-
XYZ38.751.4166.92-
YUV174.72146.2175.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.65%
GREEN value IS 206 (80.86% from 255) = 40.08%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=19.65%
G=40.08%
B=40.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012062070.510.0000.19180.5752.4860.39
Hex65CECF330013b5343c
Octal1453163176300232656474
Binary11001011100111011001111110011001001110110101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65CECF; }

 p { color: rgb(101,206,207); }

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

<style>
 a { background-color: #65CECF; }

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

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

<style>
 span { border-color: #65CECF; }

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

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