#C9CCCF

Color #C9CCCF Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #C9CCCF

Tints of Link Water #C9CCCF

Color information

#C9CCCF (or 0xC9CCCF) is unknown color: approx Link Water. HEX triplet: C9, CC and CF. RGB value is (201,204,207). Sum of RGB (Red+Green+Blue) = 201+204+207=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCCF is #363330. Grayscale: #CBCBCB. Windows color (decimal): -3552049 or 13618377. OLE color: 13618377.

HSL color Cylindrical-coordinate representation of color #C9CCCF: hue angle of 210º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C9CCCF is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB201204207-
CMYK0.030.0100.19
HSL210º5.88%80%-
HSV(B)210º2.9%81.18%-
XYZ56.9460.1167.63-
YUV203.44130.01126.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.84%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=32.84%
G=33.33%
B=33.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012042070.030.0100.192105.8880
HexC9CCCF31013d2650
Octal311314317310233226120
Binary110010011100110011001111111010011110100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CCCF; }

 p { color: rgb(201,204,207); }

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

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

 a { background-color: rgb(201,204,207); }

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

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

 span { border-color: rgb(201,204,207); }

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