Html Css Color HEX #A5BCE1 Light Steel Blue

📋 copy color: '#A5BCE1'

red 165 ◦ green 188 ◦ blue 225

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

Shades of Light Steel Blue #A5BCE1

Tints of Light Steel Blue #A5BCE1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.53%

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

R = 28.55%
G = 32.53%
B = 38.93%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A5BCE1 (or 0xA5BCE1) is known color: Light Steel Blue. HEX triplet: A5, BC and E1. RGB value is (165,188,225). Sum of RGB (Red+Green+Blue) = 165+188+225=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #A5BCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCE1 is #5A431E. Grayscale: #B9B9B9. Windows color (decimal): -5915423 or 14793893. OLE color: 14793893.

HSL color Cylindrical-coordinate representation of color #A5BCE1: hue angle of 217º 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 #A5BCE1 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 188 225 -
CMYK 0.27 0.16 0 0.12
HSL 217º 0.5% 0.76% -
HSV(B) 217º 0.27% 0.88% -
XYZ 47.09 49.4 78.29 -
YUV 185.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 165 188 225 0.27 0.16 0 0.12 217 0.5 0.76
Hex A5 BC E1 1B 10 0 C D9 32 4C
Octal 245 274 341 33 20 0 14 331 62 114
Binary 10100101 10111100 11100001 11011 10000 0 1100 11011001 110010 1001100

Color Harmonies of #A5BCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCE1

Black with #A5BCE1

Text Example


Text Example

White with #A5BCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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