#C4D6DF

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

Shades of Light Blue #C4D6DF

Tints of Light Blue #C4D6DF

Color information

#C4D6DF (or 0xC4D6DF) is unknown color: approx Light Blue. HEX triplet: C4, D6 and DF. RGB value is (196,214,223). Sum of RGB (Red+Green+Blue) = 196+214+223=633 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.96% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D6DF is #3B2920. Grayscale: #D1D1D1. Windows color (decimal): -3877153 or 14669508. OLE color: 14669508.

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

Color convert

RGB196214223-
CMYK0.120.0400.13
HSL200º29.67%82.16%-
HSV(B)200º12.11%87.45%-
XYZ60.1365.1679.22-
YUV209.64135.54118.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.96%
GREEN value IS 214 (83.98% from 255) = 33.81%
BLUE value IS 223 (87.5% from 255) = 35.23%
R=30.96%
G=33.81%
B=35.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962142230.120.0400.1320029.6782.16
HexC4D6DFC40Dc81e52
Octal30432633714401531036122
Binary11000100110101101101111111001000110111001000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D6DF; }

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

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

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

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

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

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

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

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