Html Css Color HEX #A5BFE1 Light Steel Blue

📋 copy color: '#A5BFE1'

red 165 ◦ green 191 ◦ blue 225

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

Shades of Light Steel Blue #A5BFE1

Tints of Light Steel Blue #A5BFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.73%

R = 28.4%
G = 32.87%
B = 38.73%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A5BFE1 (or 0xA5BFE1) is known color: Light Steel Blue. HEX triplet: A5, BF and E1. RGB value is (165,191,225). Sum of RGB (Red+Green+Blue) = 165+191+225=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #A5BFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFE1 is #5A401E. Grayscale: #BABABA. Windows color (decimal): -5914655 or 14794661. OLE color: 14794661.

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

Color convert

RGB 165 191 225 -
CMYK 0.27 0.15 0 0.12
HSL 214º 0.5% 0.76% -
HSV(B) 214º 0.27% 0.88% -
XYZ 47.74 50.7 78.5 -
YUV 187.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 165 191 225 0.27 0.15 0 0.12 214 0.5 0.76
Hex A5 BF E1 1B F 0 C D6 32 4C
Octal 245 277 341 33 17 0 14 326 62 114
Binary 10100101 10111111 11100001 11011 1111 0 1100 11010110 110010 1001100

Color Harmonies of #A5BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BFE1

Black with #A5BFE1

Text Example


Text Example

White with #A5BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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