#C1D4DD

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

Shades of Light Blue #C1D4DD

Tints of Light Blue #C1D4DD

Color information

#C1D4DD (or 0xC1D4DD) is unknown color: approx Light Blue. HEX triplet: C1, D4 and DD. RGB value is (193,212,221). Sum of RGB (Red+Green+Blue) = 193+212+221=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 212 (83.20% from 255 or 33.87% 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 #C1D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D4DD is #3E2B22. Grayscale: #CFCFCF. Windows color (decimal): -4074275 or 14537921. OLE color: 14537921.

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

Color convert

RGB193212221-
CMYK0.130.0400.13
HSL199.29º29.17%81.18%-
HSV(B)199.29º12.67%86.67%-
XYZ58.5963.6477.6-
YUV207.34135.71117.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.83%
GREEN value IS 212 (83.20% from 255) = 33.87%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=30.83%
G=33.87%
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
Decimal1932122210.130.0400.13199.2929.1781.18
HexC1D4DDD40Dc71d51
Octal30132433515401530735121
Binary11000001110101001101110111011000110111000111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D4DD; }

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

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

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

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

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

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

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

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