Html Css Color HEX #A5BCDC Light Steel Blue

📋 copy color: '#A5BCDC'

red 165 ◦ green 188 ◦ blue 220

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

Shades of Light Steel Blue #A5BCDC

Tints of Light Steel Blue #A5BCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 28.8%
G = 32.81%
B = 38.39%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5BCDC (or 0xA5BCDC) is known color: Light Steel Blue. HEX triplet: A5, BC and DC. RGB value is (165,188,220). Sum of RGB (Red+Green+Blue) = 165+188+220=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCDC is #5A4323. Grayscale: #B8B8B8. Windows color (decimal): -5915428 or 14466213. OLE color: 14466213.

HSL color Cylindrical-coordinate representation of color #A5BCDC: hue angle of 214.91º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5BCDC is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 188 220 -
CMYK 0.25 0.15 0 0.14
HSL 214.91º 0.44% 0.75% -
HSV(B) 214.91º 0.25% 0.86% -
XYZ 46.42 49.13 74.75 -
YUV 184.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 165 188 220 0.25 0.15 0 0.14 214.91 0.44 0.75
Hex A5 BC DC 19 F 0 E D7 2C 4B
Octal 245 274 334 31 17 0 16 327 54 113
Binary 10100101 10111100 11011100 11001 1111 0 1110 11010111 101100 1001011

Color Harmonies of #A5BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCDC

Black with #A5BCDC

Text Example


Text Example

White with #A5BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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