Html Css Color HEX #B3C8DF Light Steel Blue

📋 copy color: '#B3C8DF'

red 179 ◦ green 200 ◦ blue 223

#B3C8DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #B3C8DF

Tints of Light Steel Blue #B3C8DF

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 value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3C8DF (or 0xB3C8DF) is known color: 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

RGB 179 200 223 -
CMYK 0.20 0.10 0 0.13
HSL 211.36º 0.41% 0.79% -
HSV(B) 211.36º 0.2% 0.87% -
XYZ 52.56 56.22 77.89 -
YUV 196.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 179 200 223 0.20 0.10 0 0.13 211.36 0.41 0.79
Hex B3 C8 DF 14 A 0 D D3 29 4F
Octal 263 310 337 24 12 0 15 323 51 117
Binary 10110011 11001000 11011111 10100 1010 0 1101 11010011 101001 1001111

Color Harmonies of #B3C8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C8DF

Black with #B3C8DF

Text Example


Text Example

White with #B3C8DF

Text Example


Text Example

HTML Codes & Css Web 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>