#C4D5DC

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

Shades of Light Blue #C4D5DC

Tints of Light Blue #C4D5DC

Color information

#C4D5DC (or 0xC4D5DC) is unknown color: approx Light Blue. HEX triplet: C4, D5 and DC. RGB value is (196,213,220). Sum of RGB (Red+Green+Blue) = 196+213+220=629 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.16% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4D5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D5DC is #3B2A23. Grayscale: #D0D0D0. Windows color (decimal): -3877412 or 14472644. OLE color: 14472644.

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

Color convert

RGB196213220-
CMYK0.110.0300.14
HSL197.5º25.53%81.57%-
HSV(B)197.5º10.91%86.27%-
XYZ59.4864.4977.02-
YUV208.72134.37118.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.16%
GREEN value IS 213 (83.59% from 255) = 33.86%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=31.16%
G=33.86%
B=34.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962132200.110.0300.14197.525.5381.57
HexC4D5DCB30Ec61a52
Octal30432533413301630632122
Binary1100010011010101110111001011110111011000110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D5DC; }

 p { color: rgb(196,213,220); }

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

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

 a { background-color: rgb(196,213,220); }

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

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

 span { border-color: rgb(196,213,220); }

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