#B1CCDF

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

Shades of Light Steel Blue #B1CCDF

Tints of Light Steel Blue #B1CCDF

Color information

#B1CCDF (or 0xB1CCDF) is unknown color: approx Light Steel Blue. HEX triplet: B1, CC and DF. RGB value is (177,204,223). Sum of RGB (Red+Green+Blue) = 177+204+223=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1CCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCDF is #4E3320. Grayscale: #C5C5C5. Windows color (decimal): -5124897 or 14666929. OLE color: 14666929.

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

Color convert

RGB177204223-
CMYK0.210.0900.13
HSL204.78º41.82%78.43%-
HSV(B)204.78º20.63%87.45%-
XYZ53.0457.8678.18-
YUV198.09142.05112.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=29.30%
G=33.77%
B=36.92%

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
Decimal1772042230.210.0900.13204.7841.8278.43
HexB1CCDF1590Dcd2a4e
Octal261314337251101531552116
Binary10110001110011001101111110101100101101110011011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCDF; }

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

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

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

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

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

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

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

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