Html Css Color HEX #A5BFDD Light Steel Blue

📋 copy color: '#A5BFDD'

red 165 ◦ green 191 ◦ blue 221

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

Shades of Light Steel Blue #A5BFDD

Tints of Light Steel Blue #A5BFDD

RGB

 RED value IS 165 (64.84% from 255) = 28.6%

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

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 28.6%
G = 33.1%
B = 38.3%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5BFDD (or 0xA5BFDD) is known color: Light Steel Blue. HEX triplet: A5, BF and DD. RGB value is (165,191,221). Sum of RGB (Red+Green+Blue) = 165+191+221=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFDD is #5A4022. Grayscale: #BABABA. Windows color (decimal): -5914659 or 14532517. OLE color: 14532517.

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

Color convert

RGB 165 191 221 -
CMYK 0.25 0.14 0 0.13
HSL 212.14º 0.45% 0.76% -
HSV(B) 212.14º 0.25% 0.87% -
XYZ 47.2 50.48 75.66 -
YUV 186.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 165 191 221 0.25 0.14 0 0.13 212.14 0.45 0.76
Hex A5 BF DD 19 E 0 D D4 2D 4C
Octal 245 277 335 31 16 0 15 324 55 114
Binary 10100101 10111111 11011101 11001 1110 0 1101 11010100 101101 1001100

Color Harmonies of #A5BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BFDD

Black with #A5BFDD

Text Example


Text Example

White with #A5BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BFDD; }

 p { color: rgb(165,191,221); }

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

background-color css

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

 a { background-color: rgb(165,191,221); }

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

border-color css

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

 span { border-color: rgb(165,191,221); }

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