Html Css Color HEX #A2BFDF Light Steel Blue

📋 copy color: '#A2BFDF'

red 162 ◦ green 191 ◦ blue 223

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

Shades of Light Steel Blue #A2BFDF

Tints of Light Steel Blue #A2BFDF

RGB

 RED value IS 162 (63.67% from 255) = 28.13%

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

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

R = 28.13%
G = 33.16%
B = 38.72%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A2BFDF (or 0xA2BFDF) is known color: Light Steel Blue. HEX triplet: A2, BF and DF. RGB value is (162,191,223). Sum of RGB (Red+Green+Blue) = 162+191+223=576 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.12% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BFDF is #5D4020. Grayscale: #B9B9B9. Windows color (decimal): -6111265 or 14663586. OLE color: 14663586.

HSL color Cylindrical-coordinate representation of color #A2BFDF: hue angle of 211.48º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2BFDF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 191 223 -
CMYK 0.27 0.14 0 0.13
HSL 211.48º 0.49% 0.75% -
HSV(B) 211.48º 0.27% 0.87% -
XYZ 46.85 50.27 77.05 -
YUV 185.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 162 191 223 0.27 0.14 0 0.13 211.48 0.49 0.75
Hex A2 BF DF 1B E 0 D D3 31 4B
Octal 242 277 337 33 16 0 15 323 61 113
Binary 10100010 10111111 11011111 11011 1110 0 1101 11010011 110001 1001011

Color Harmonies of #A2BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BFDF

Black with #A2BFDF

Text Example


Text Example

White with #A2BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BFDF; }

 p { color: rgb(162,191,223); }

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

background-color css

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

 a { background-color: rgb(162,191,223); }

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

border-color css

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

 span { border-color: rgb(162,191,223); }

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