#C4D5DE

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

Shades of Light Blue #C4D5DE

Tints of Light Blue #C4D5DE

Color information

#C4D5DE (or 0xC4D5DE) is unknown color: approx Light Blue. HEX triplet: C4, D5 and DE. RGB value is (196,213,222). Sum of RGB (Red+Green+Blue) = 196+213+222=631 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.06% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4D5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D5DE is #3B2A21. Grayscale: #D0D0D0. Windows color (decimal): -3877410 or 14603716. OLE color: 14603716.

HSL color Cylindrical-coordinate representation of color #C4D5DE: hue angle of 200.77º degrees, saturation: 0.28, 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 #C4D5DE is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196213222-
CMYK0.120.0400.13
HSL200.77º28.26%81.96%-
HSV(B)200.77º11.71%87.06%-
XYZ59.7464.678.43-
YUV208.94135.37118.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.06%
GREEN value IS 213 (83.59% from 255) = 33.76%
BLUE value IS 222 (87.11% from 255) = 35.18%
R=31.06%
G=33.76%
B=35.18%

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
Decimal1962132220.120.0400.13200.7728.2681.96
HexC4D5DEC40Dc91c52
Octal30432533614401531134122
Binary11000100110101011101111011001000110111001001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D5DE; }

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

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

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

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

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

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

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

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