#B1CBDF

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

Shades of Light Steel Blue #B1CBDF

Tints of Light Steel Blue #B1CBDF

Color information

#B1CBDF (or 0xB1CBDF) is unknown color: approx Light Steel Blue. HEX triplet: B1, CB and DF. RGB value is (177,203,223). Sum of RGB (Red+Green+Blue) = 177+203+223=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 203 (79.69% from 255 or 33.67% 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 #B1CBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CBDF is #4E3420. Grayscale: #C5C5C5. Windows color (decimal): -5125153 or 14666673. OLE color: 14666673.

HSL color Cylindrical-coordinate representation of color #B1CBDF: hue angle of 206.09º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1CBDF is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177203223-
CMYK0.210.0900.13
HSL206.09º41.82%78.43%-
HSV(B)206.09º20.63%87.45%-
XYZ52.8157.3978.11-
YUV197.51142.39113.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.35%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=29.35%
G=33.67%
B=36.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1772032230.210.0900.13206.0941.8278.43
HexB1CBDF1590Dce2a4e
Octal261313337251101531652116
Binary10110001110010111101111110101100101101110011101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CBDF; }

 p { color: rgb(177,203,223); }

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

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

 a { background-color: rgb(177,203,223); }

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

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

 span { border-color: rgb(177,203,223); }

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