#B3C9DF

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

Shades of Light Steel Blue #B3C9DF

Tints of Light Steel Blue #B3C9DF

Color information

#B3C9DF (or 0xB3C9DF) is unknown color: approx Light Steel Blue. HEX triplet: B3, C9 and DF. RGB value is (179,201,223). Sum of RGB (Red+Green+Blue) = 179+201+223=603 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.68% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C9DF is #4C3620. Grayscale: #C4C4C4. Windows color (decimal): -4994593 or 14666163. OLE color: 14666163.

HSL color Cylindrical-coordinate representation of color #B3C9DF: hue angle of 210º 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 #B3C9DF is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179201223-
CMYK0.200.1000.13
HSL210º40.74%78.82%-
HSV(B)210º19.73%87.45%-
XYZ52.856.6877.97-
YUV196.93142.71115.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.68%
GREEN value IS 201 (78.91% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=29.68%
G=33.33%
B=36.98%

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
Decimal1792012230.200.1000.1321040.7478.82
HexB3C9DF14A0Dd2294f
Octal263311337241201532251117
Binary10110011110010011101111110100101001101110100101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C9DF; }

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

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

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

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

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

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

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

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