#C1D3DD

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

Shades of Light Blue #C1D3DD

Tints of Light Blue #C1D3DD

Color information

#C1D3DD (or 0xC1D3DD) is unknown color: approx Light Blue. HEX triplet: C1, D3 and DD. RGB value is (193,211,221). Sum of RGB (Red+Green+Blue) = 193+211+221=625 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.88% from 625); Green value is 211 (82.81% from 255 or 33.76% 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 #C1D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D3DD is #3E2C22. Grayscale: #CECECE. Windows color (decimal): -4074531 or 14537665. OLE color: 14537665.

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

Color convert

RGB193211221-
CMYK0.130.0500.13
HSL201.43º29.17%81.18%-
HSV(B)201.43º12.67%86.67%-
XYZ58.3463.1577.52-
YUV206.76136.04118.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.88%
GREEN value IS 211 (82.81% from 255) = 33.76%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=30.88%
G=33.76%
B=35.36%

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
Decimal1932112210.130.0500.13201.4329.1781.18
HexC1D3DDD50Dc91d51
Octal30132333515501531135121
Binary11000001110100111101110111011010110111001001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D3DD; }

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

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

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

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

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

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

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

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