#65EBD3

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

Shades of Downy #65EBD3

Tints of Downy #65EBD3

Color information

#65EBD3 (or 0x65EBD3) is unknown color: approx Downy. HEX triplet: 65, EB and D3. RGB value is (101,235,211). Sum of RGB (Red+Green+Blue) = 101+235+211=547 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.46% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EBD3 is #9A142C. Grayscale: #C0C0C0. Windows color (decimal): -10097709 or 13888357. OLE color: 13888357.

HSL color Cylindrical-coordinate representation of color #65EBD3: hue angle of 169.25º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EBD3 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB101235211-
CMYK0.5700.100.08
HSL169.25º77.01%65.88%-
HSV(B)169.25º57.02%92.16%-
XYZ46.8366.8972.07-
YUV192.2138.6162.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.46%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 211 (82.81% from 255) = 38.57%
R=18.46%
G=42.96%
B=38.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012352110.5700.100.08169.2577.0165.88
Hex65EBD3390A8a94d42
Octal1453533237101210251115102
Binary110010111101011110100111110010101010001010100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,235,211); }

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

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

 a { background-color: rgb(101,235,211); }

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

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

 span { border-color: rgb(101,235,211); }

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