Html Css Color HEX #A5BCE0 Light Steel Blue

📋 copy color: '#A5BCE0'

red 165 ◦ green 188 ◦ blue 224

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

Shades of Light Steel Blue #A5BCE0

Tints of Light Steel Blue #A5BCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.82%

R = 28.6%
G = 32.58%
B = 38.82%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A5BCE0 (or 0xA5BCE0) is known color: Light Steel Blue. HEX triplet: A5, BC and E0. RGB value is (165,188,224). Sum of RGB (Red+Green+Blue) = 165+188+224=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #A5BCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCE0 is #5A431F. Grayscale: #B9B9B9. Windows color (decimal): -5915424 or 14728357. OLE color: 14728357.

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

Color convert

RGB 165 188 224 -
CMYK 0.26 0.16 0 0.12
HSL 216.61º 0.49% 0.76% -
HSV(B) 216.61º 0.26% 0.88% -
XYZ 46.95 49.35 77.57 -
YUV 185.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 165 188 224 0.26 0.16 0 0.12 216.61 0.49 0.76
Hex A5 BC E0 1A 10 0 C D9 31 4C
Octal 245 274 340 32 20 0 14 331 61 114
Binary 10100101 10111100 11100000 11010 10000 0 1100 11011001 110001 1001100

Color Harmonies of #A5BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCE0

Black with #A5BCE0

Text Example


Text Example

White with #A5BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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