#C2D1D7

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

Shades of Light Blue #C2D1D7

Tints of Light Blue #C2D1D7

Color information

#C2D1D7 (or 0xC2D1D7) is unknown color: approx Light Blue. HEX triplet: C2, D1 and D7. RGB value is (194,209,215). Sum of RGB (Red+Green+Blue) = 194+209+215=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 215 - color contains mainly: blue. Hex color #C2D1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D1D7 is #3D2E28. Grayscale: #CDCDCD. Windows color (decimal): -4009513 or 14143938. OLE color: 14143938.

HSL color Cylindrical-coordinate representation of color #C2D1D7: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D1D7 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194209215-
CMYK0.100.0300.16
HSL197.14º20.79%80.2%-
HSV(B)197.14º9.77%84.31%-
XYZ57.3161.9873.23-
YUV205.2133.53120.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.39%
GREEN value IS 209 (82.03% from 255) = 33.82%
BLUE value IS 215 (84.38% from 255) = 34.79%
R=31.39%
G=33.82%
B=34.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942092150.100.0300.16197.1420.7980.2
HexC2D1D7A3010c51550
Octal30232132712302030525120
Binary11000010110100011101011110101101000011000101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D1D7; }

 p { color: rgb(194,209,215); }

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

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

 a { background-color: rgb(194,209,215); }

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

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

 span { border-color: rgb(194,209,215); }

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