#C5D4DB

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

Shades of Light Blue #C5D4DB

Tints of Light Blue #C5D4DB

Color information

#C5D4DB (or 0xC5D4DB) is unknown color: approx Light Blue. HEX triplet: C5, D4 and DB. RGB value is (197,212,219). Sum of RGB (Red+Green+Blue) = 197+212+219=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5D4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D4DB is #3A2B24. Grayscale: #D0D0D0. Windows color (decimal): -3812133 or 14406853. OLE color: 14406853.

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

Color convert

RGB197212219-
CMYK0.100.0300.14
HSL199.09º23.4%81.57%-
HSV(B)199.09º10.05%85.88%-
XYZ59.3664.0776.26-
YUV208.31134.03119.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.37%
GREEN value IS 212 (83.20% from 255) = 33.76%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=31.37%
G=33.76%
B=34.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972122190.100.0300.14199.0923.481.57
HexC5D4DBA30Ec71752
Octal30532433312301630727122
Binary1100010111010100110110111010110111011000111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D4DB; }

 p { color: rgb(197,212,219); }

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

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

 a { background-color: rgb(197,212,219); }

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

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

 span { border-color: rgb(197,212,219); }

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