Html Css Color HEX #A6BFE0 Light Steel Blue

📋 copy color: '#A6BFE0'

red 166 ◦ green 191 ◦ blue 224

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

Shades of Light Steel Blue #A6BFE0

Tints of Light Steel Blue #A6BFE0

RGB

 RED value IS 166 (65.23% from 255) = 28.57%

 GREEN value IS 191 (75% from 255) = 32.87%

 BLUE value IS 224 (87.89% from 255) = 38.55%

R = 28.57%
G = 32.87%
B = 38.55%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A6BFE0 (or 0xA6BFE0) is known color: Light Steel Blue. HEX triplet: A6, BF and E0. RGB value is (166,191,224). Sum of RGB (Red+Green+Blue) = 166+191+224=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6BFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFE0 is #59401F. Grayscale: #BBBBBB. Windows color (decimal): -5849120 or 14729126. OLE color: 14729126.

HSL color Cylindrical-coordinate representation of color #A6BFE0: hue angle of 214.14º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6BFE0 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 191 224 -
CMYK 0.26 0.15 0 0.12
HSL 214.14º 0.48% 0.76% -
HSV(B) 214.14º 0.26% 0.88% -
XYZ 47.81 50.75 77.8 -
YUV 187.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 166 191 224 0.26 0.15 0 0.12 214.14 0.48 0.76
Hex A6 BF E0 1A F 0 C D6 30 4C
Octal 246 277 340 32 17 0 14 326 60 114
Binary 10100110 10111111 11100000 11010 1111 0 1100 11010110 110000 1001100

Color Harmonies of #A6BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFE0

Black with #A6BFE0

Text Example


Text Example

White with #A6BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFE0; }

 p { color: rgb(166,191,224); }

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

background-color css

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

 a { background-color: rgb(166,191,224); }

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

border-color css

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

 span { border-color: rgb(166,191,224); }

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