Html Css Color HEX #B3C7DD Light Steel Blue

📋 copy color: '#B3C7DD'

red 179 ◦ green 199 ◦ blue 221

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

Shades of Light Steel Blue #B3C7DD

Tints of Light Steel Blue #B3C7DD

RGB

 RED value IS 179 (70.31% from 255) = 29.88%

 GREEN value IS 199 (78.13% from 255) = 33.22%

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 29.88%
G = 33.22%
B = 36.89%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3C7DD (or 0xB3C7DD) is known color: Light Steel Blue. HEX triplet: B3, C7 and DD. RGB value is (179,199,221). Sum of RGB (Red+Green+Blue) = 179+199+221=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3C7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7DD is #4C3822. Grayscale: #C3C3C3. Windows color (decimal): -4995107 or 14534579. OLE color: 14534579.

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

Color convert

RGB 179 199 221 -
CMYK 0.19 0.10 0 0.13
HSL 211.43º 0.38% 0.78% -
HSV(B) 211.43º 0.19% 0.87% -
XYZ 52.06 55.65 76.4 -
YUV 195.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 179 199 221 0.19 0.10 0 0.13 211.43 0.38 0.78
Hex B3 C7 DD 13 A 0 D D3 26 4E
Octal 263 307 335 23 12 0 15 323 46 116
Binary 10110011 11000111 11011101 10011 1010 0 1101 11010011 100110 1001110

Color Harmonies of #B3C7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C7DD

Black with #B3C7DD

Text Example


Text Example

White with #B3C7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C7DD; }

 p { color: rgb(179,199,221); }

 H1.HeaderClassName
 {
   color: #B3C7DD;
 }
 .AnyTagClassName
 {
   color: #B3C7DD;
 }
</style>

background-color css

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

 a { background-color: rgb(179,199,221); }

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

border-color css

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

 span { border-color: rgb(179,199,221); }

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