#C0D5DD

Color #C0D5DD Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #C0D5DD

Tints of Light Blue #C0D5DD

Color information

#C0D5DD (or 0xC0D5DD) is unknown color: approx Light Blue. HEX triplet: C0, D5 and DD. RGB value is (192,213,221). Sum of RGB (Red+Green+Blue) = 192+213+221=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0D5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D5DD is #3F2A22. Grayscale: #CFCFCF. Windows color (decimal): -4139555 or 14538176. OLE color: 14538176.

HSL color Cylindrical-coordinate representation of color #C0D5DD: hue angle of 196.55º 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 #C0D5DD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192213221-
CMYK0.130.0400.13
HSL196.55º29.9%80.98%-
HSV(B)196.55º13.12%86.67%-
XYZ58.5864.0277.68-
YUV207.63135.54116.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.67%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=30.67%
G=34.03%
B=35.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922132210.130.0400.13196.5529.980.98
HexC0D5DDD40Dc51e51
Octal30032533515401530536121
Binary11000000110101011101110111011000110111000101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D5DD; }

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

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

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

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

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

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

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

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