Html Css Color HEX #B1CCDF Light Steel Blue

📋 copy color: '#B1CCDF'

red 177 ◦ green 204 ◦ blue 223

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

Shades of Light Steel Blue #B1CCDF

Tints of Light Steel Blue #B1CCDF

RGB

 RED value IS 177 (69.53% from 255) = 29.3%

 GREEN value IS 204 (80.08% from 255) = 33.77%

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 29.3%
G = 33.77%
B = 36.92%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

RGB 177 204 223 -
CMYK 0.21 0.09 0 0.13
HSL 204.78º 0.42% 0.78% -
HSV(B) 204.78º 0.21% 0.87% -
XYZ 53.04 57.86 78.18 -
YUV 198.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 177 204 223 0.21 0.09 0 0.13 204.78 0.42 0.78
Hex B1 CC DF 15 9 0 D CD 2A 4E
Octal 261 314 337 25 11 0 15 315 52 116
Binary 10110001 11001100 11011111 10101 1001 0 1101 11001101 101010 1001110

Color Harmonies of #B1CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCDF

Black with #B1CCDF

Text Example


Text Example

White with #B1CCDF

Text Example


Text Example

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