#C3D2D9

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

Shades of Light Blue #C3D2D9

Tints of Light Blue #C3D2D9

Color information

#C3D2D9 (or 0xC3D2D9) is unknown color: approx Light Blue. HEX triplet: C3, D2 and D9. RGB value is (195,210,217). Sum of RGB (Red+Green+Blue) = 195+210+217=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3D2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2D9 is #3C2D26. Grayscale: #CECECE. Windows color (decimal): -3943719 or 14275267. OLE color: 14275267.

HSL color Cylindrical-coordinate representation of color #C3D2D9: hue angle of 199.09º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3D2D9 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195210217-
CMYK0.100.0300.15
HSL199.09º22.45%80.78%-
HSV(B)199.09º10.14%85.1%-
XYZ58.0862.7174.69-
YUV206.31134.03119.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.35%
GREEN value IS 210 (82.42% from 255) = 33.76%
BLUE value IS 217 (85.16% from 255) = 34.89%
R=31.35%
G=33.76%
B=34.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1952102170.100.0300.15199.0922.4580.78
HexC3D2D9A30Fc71651
Octal30332233112301730726121
Binary1100001111010010110110011010110111111000111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D2D9; }

 p { color: rgb(195,210,217); }

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

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

 a { background-color: rgb(195,210,217); }

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

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

 span { border-color: rgb(195,210,217); }

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