#B3C8DF

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

Shades of Light Steel Blue #B3C8DF

Tints of Light Steel Blue #B3C8DF

Color information

#B3C8DF (or 0xB3C8DF) is unknown color: approx Light Steel Blue. HEX triplet: B3, C8 and DF. RGB value is (179,200,223). Sum of RGB (Red+Green+Blue) = 179+200+223=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3C8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C8DF is #4C3720. Grayscale: #C4C4C4. Windows color (decimal): -4994849 or 14665907. OLE color: 14665907.

HSL color Cylindrical-coordinate representation of color #B3C8DF: hue angle of 211.36º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3C8DF is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179200223-
CMYK0.200.1000.13
HSL211.36º40.74%78.82%-
HSV(B)211.36º19.73%87.45%-
XYZ52.5656.2277.89-
YUV196.34143.04115.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.73%
GREEN value IS 200 (78.52% from 255) = 33.22%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=29.73%
G=33.22%
B=37.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792002230.200.1000.13211.3640.7478.82
HexB3C8DF14A0Dd3294f
Octal263310337241201532351117
Binary10110011110010001101111110100101001101110100111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C8DF; }

 p { color: rgb(179,200,223); }

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

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

 a { background-color: rgb(179,200,223); }

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

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

 span { border-color: rgb(179,200,223); }

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