Html Css Color HEX #A8BFDC Light Steel Blue

📋 copy color: '#A8BFDC'

red 168 ◦ green 191 ◦ blue 220

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

Shades of Light Steel Blue #A8BFDC

Tints of Light Steel Blue #A8BFDC

RGB

 RED value IS 168 (66.02% from 255) = 29.02%

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

 BLUE value IS 220 (86.33% from 255) = 38%

R = 29.02%
G = 32.99%
B = 38%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8BFDC (or 0xA8BFDC) is known color: Light Steel Blue. HEX triplet: A8, BF and DC. RGB value is (168,191,220). Sum of RGB (Red+Green+Blue) = 168+191+220=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFDC is #574023. Grayscale: #BBBBBB. Windows color (decimal): -5718052 or 14466984. OLE color: 14466984.

HSL color Cylindrical-coordinate representation of color #A8BFDC: hue angle of 213.46º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8BFDC is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 191 220 -
CMYK 0.24 0.13 0 0.14
HSL 213.46º 0.43% 0.76% -
HSV(B) 213.46º 0.24% 0.86% -
XYZ 47.7 50.75 74.99 -
YUV 187.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 168 191 220 0.24 0.13 0 0.14 213.46 0.43 0.76
Hex A8 BF DC 18 D 0 E D5 2B 4C
Octal 250 277 334 30 15 0 16 325 53 114
Binary 10101000 10111111 11011100 11000 1101 0 1110 11010101 101011 1001100

Color Harmonies of #A8BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BFDC

Black with #A8BFDC

Text Example


Text Example

White with #A8BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BFDC; }

 p { color: rgb(168,191,220); }

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

background-color css

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

 a { background-color: rgb(168,191,220); }

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

border-color css

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

 span { border-color: rgb(168,191,220); }

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