Html Css Color HEX #A1BFDA Light Steel Blue

📋 copy color: '#A1BFDA'

red 161 ◦ green 191 ◦ blue 218

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

Shades of Light Steel Blue #A1BFDA

Tints of Light Steel Blue #A1BFDA

RGB

 RED value IS 161 (63.28% from 255) = 28.25%

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

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 28.25%
G = 33.51%
B = 38.25%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A1BFDA (or 0xA1BFDA) is known color: Light Steel Blue. HEX triplet: A1, BF and DA. RGB value is (161,191,218). Sum of RGB (Red+Green+Blue) = 161+191+218=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFDA is #5E4025. Grayscale: #B8B8B8. Windows color (decimal): -6176806 or 14335905. OLE color: 14335905.

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

Color convert

RGB 161 191 218 -
CMYK 0.26 0.12 0 0.15
HSL 208.42º 0.44% 0.74% -
HSV(B) 208.42º 0.26% 0.85% -
XYZ 45.98 49.9 73.54 -
YUV 185.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 161 191 218 0.26 0.12 0 0.15 208.42 0.44 0.74
Hex A1 BF DA 1A C 0 F D0 2C 4A
Octal 241 277 332 32 14 0 17 320 54 112
Binary 10100001 10111111 11011010 11010 1100 0 1111 11010000 101100 1001010

Color Harmonies of #A1BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BFDA

Black with #A1BFDA

Text Example


Text Example

White with #A1BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BFDA; }

 p { color: rgb(161,191,218); }

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

background-color css

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

 a { background-color: rgb(161,191,218); }

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

border-color css

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

 span { border-color: rgb(161,191,218); }

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