#C0D3DC

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

Shades of Light Blue #C0D3DC

Tints of Light Blue #C0D3DC

Color information

#C0D3DC (or 0xC0D3DC) is unknown color: approx Light Blue. HEX triplet: C0, D3 and DC. RGB value is (192,211,220). Sum of RGB (Red+Green+Blue) = 192+211+220=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0D3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D3DC is #3F2C23. Grayscale: #CECECE. Windows color (decimal): -4140068 or 14472128. OLE color: 14472128.

HSL color Cylindrical-coordinate representation of color #C0D3DC: hue angle of 199.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0D3DC is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192211220-
CMYK0.130.0400.14
HSL199.29º28.57%80.78%-
HSV(B)199.29º12.73%86.27%-
XYZ57.9562.9676.81-
YUV206.34135.71117.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.82%
GREEN value IS 211 (82.81% from 255) = 33.87%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=30.82%
G=33.87%
B=35.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922112200.130.0400.14199.2928.5780.78
HexC0D3DCD40Ec71d51
Octal30032333415401630735121
Binary11000000110100111101110011011000111011000111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D3DC; }

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

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

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

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

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

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

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

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