#C0D4DD

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

Shades of Light Blue #C0D4DD

Tints of Light Blue #C0D4DD

Color information

#C0D4DD (or 0xC0D4DD) is unknown color: approx Light Blue. HEX triplet: C0, D4 and DD. RGB value is (192,212,221). Sum of RGB (Red+Green+Blue) = 192+212+221=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D4DD is #3F2B22. Grayscale: #CECECE. Windows color (decimal): -4139811 or 14537920. OLE color: 14537920.

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

Color convert

RGB192212221-
CMYK0.130.0400.13
HSL198.62º29.9%80.98%-
HSV(B)198.62º13.12%86.67%-
XYZ58.3363.5177.59-
YUV207.05135.87117.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.72%
GREEN value IS 212 (83.20% from 255) = 33.92%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=30.72%
G=33.92%
B=35.36%

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
Decimal1922122210.130.0400.13198.6229.980.98
HexC0D4DDD40Dc71e51
Octal30032433515401530736121
Binary11000000110101001101110111011000110111000111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D4DD; }

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

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

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

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

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

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

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

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