#C4D6E0

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

Shades of Light Blue #C4D6E0

Tints of Light Blue #C4D6E0

Color information

#C4D6E0 (or 0xC4D6E0) is unknown color: approx Light Blue. HEX triplet: C4, D6 and E0. RGB value is (196,214,224). Sum of RGB (Red+Green+Blue) = 196+214+224=634 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.91% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4D6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D6E0 is #3B291F. Grayscale: #D1D1D1. Windows color (decimal): -3877152 or 14735044. OLE color: 14735044.

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

Color convert

RGB196214224-
CMYK0.120.0400.12
HSL201.43º31.11%82.35%-
HSV(B)201.43º12.5%87.84%-
XYZ60.2765.2179.93-
YUV209.76136.04118.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.91%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=30.91%
G=33.75%
B=35.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1962142240.120.0400.12201.4331.1182.35
HexC4D6E0C40Cc91f52
Octal30432634014401431137122
Binary11000100110101101110000011001000110011001001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D6E0; }

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

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

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

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

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

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

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

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