#C3D6DF

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

Shades of Light Blue #C3D6DF

Tints of Light Blue #C3D6DF

Color information

#C3D6DF (or 0xC3D6DF) is unknown color: approx Light Blue. HEX triplet: C3, D6 and DF. RGB value is (195,214,223). Sum of RGB (Red+Green+Blue) = 195+214+223=632 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.85% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D6DF is #3C2920. Grayscale: #D1D1D1. Windows color (decimal): -3942689 or 14669507. OLE color: 14669507.

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

Color convert

RGB195214223-
CMYK0.130.0400.13
HSL199.29º30.43%81.96%-
HSV(B)199.29º12.56%87.45%-
XYZ59.8765.0279.21-
YUV209.34135.71117.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.85%
GREEN value IS 214 (83.98% from 255) = 33.86%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=30.85%
G=33.86%
B=35.28%

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
Decimal1952142230.130.0400.13199.2930.4381.96
HexC3D6DFD40Dc71e52
Octal30332633715401530736122
Binary11000011110101101101111111011000110111000111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D6DF; }

 p { color: rgb(195,214,223); }

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

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

 a { background-color: rgb(195,214,223); }

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

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

 span { border-color: rgb(195,214,223); }

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