#65C8CE

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

Shades of Downy #65C8CE

Tints of Downy #65C8CE

Color information

#65C8CE (or 0x65C8CE) is unknown color: approx Downy. HEX triplet: 65, C8 and CE. RGB value is (101,200,206). Sum of RGB (Red+Green+Blue) = 101+200+206=507 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.92% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #65C8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C8CE is #9A3731. Grayscale: #AAAAAA. Windows color (decimal): -10106674 or 13551717. OLE color: 13551717.

HSL color Cylindrical-coordinate representation of color #65C8CE: hue angle of 183.43º 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 #65C8CE is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101200206-
CMYK0.510.0300.19
HSL183.43º51.72%60.2%-
HSV(B)183.43º50.97%80.78%-
XYZ37.1648.5365.8-
YUV171.08147.778.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.92%
GREEN value IS 200 (78.52% from 255) = 39.45%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=19.92%
G=39.45%
B=40.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012002060.510.0300.19183.4351.7260.2
Hex65C8CE333013b7343c
Octal1453103166330232676474
Binary110010111001000110011101100111101001110110111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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