#C0D3DD

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

Shades of Light Blue #C0D3DD

Tints of Light Blue #C0D3DD

Color information

#C0D3DD (or 0xC0D3DD) is unknown color: approx Light Blue. HEX triplet: C0, D3 and DD. RGB value is (192,211,221). Sum of RGB (Red+Green+Blue) = 192+211+221=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D3DD is #3F2C22. Grayscale: #CECECE. Windows color (decimal): -4140067 or 14537664. OLE color: 14537664.

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

Color convert

RGB192211221-
CMYK0.130.0500.13
HSL200.69º29.9%80.98%-
HSV(B)200.69º13.12%86.67%-
XYZ58.0863.0277.51-
YUV206.46136.21117.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.77%
GREEN value IS 211 (82.81% from 255) = 33.81%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=30.77%
G=33.81%
B=35.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922112210.130.0500.13200.6929.980.98
HexC0D3DDD50Dc91e51
Octal30032333515501531136121
Binary11000000110100111101110111011010110111001001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D3DD; }

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

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

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

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

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

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

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

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