Html Css Color HEX #C0CBDD Link Water

📋 copy color: '#C0CBDD'

red 192 ◦ green 203 ◦ blue 221

#C0CBDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #C0CBDD

Tints of Link Water #C0CBDD

RGB

 RED value IS 192 (75.39% from 255) = 31.17%

 GREEN value IS 203 (79.69% from 255) = 32.95%

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 31.17%
G = 32.95%
B = 35.88%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0CBDD (or 0xC0CBDD) is known color: Link Water. HEX triplet: C0, CB and DD. RGB value is (192,203,221). Sum of RGB (Red+Green+Blue) = 192+203+221=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBDD is #3F3422. Grayscale: #C9C9C9. Windows color (decimal): -4142115 or 14535616. OLE color: 14535616.

HSL color Cylindrical-coordinate representation of color #C0CBDD: hue angle of 217.24º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0CBDD is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 203 221 -
CMYK 0.13 0.08 0 0.13
HSL 217.24º 0.3% 0.81% -
HSV(B) 217.24º 0.13% 0.87% -
XYZ 56.15 59.14 76.86 -
YUV 201.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 192 203 221 0.13 0.08 0 0.13 217.24 0.3 0.81
Hex C0 CB DD D 8 0 D D9 1E 51
Octal 300 313 335 15 10 0 15 331 36 121
Binary 11000000 11001011 11011101 1101 1000 0 1101 11011001 11110 1010001

Color Harmonies of #C0CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBDD

Black with #C0CBDD

Text Example


Text Example

White with #C0CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBDD; }

 p { color: rgb(192,203,221); }

 H1.HeaderClassName
 {
   color: #C0CBDD;
 }
 .AnyTagClassName
 {
   color: #C0CBDD;
 }
</style>

background-color css

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

 a { background-color: rgb(192,203,221); }

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

border-color css

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

 span { border-color: rgb(192,203,221); }

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