Html Css Color HEX #A5BDD8 Light Steel Blue

📋 copy color: '#A5BDD8'

red 165 ◦ green 189 ◦ blue 216

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

Shades of Light Steel Blue #A5BDD8

Tints of Light Steel Blue #A5BDD8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.16%

 BLUE value IS 216 (84.77% from 255) = 37.89%

R = 28.95%
G = 33.16%
B = 37.89%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A5BDD8 (or 0xA5BDD8) is known color: Light Steel Blue. HEX triplet: A5, BD and D8. RGB value is (165,189,216). Sum of RGB (Red+Green+Blue) = 165+189+216=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #A5BDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BDD8 is #5A4227. Grayscale: #B8B8B8. Windows color (decimal): -5915176 or 14204325. OLE color: 14204325.

HSL color Cylindrical-coordinate representation of color #A5BDD8: hue angle of 211.76º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5BDD8 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 189 216 -
CMYK 0.24 0.12 0 0.15
HSL 211.76º 0.4% 0.75% -
HSV(B) 211.76º 0.24% 0.85% -
XYZ 46.11 49.35 72.06 -
YUV 184.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 165 189 216 0.24 0.12 0 0.15 211.76 0.4 0.75
Hex A5 BD D8 18 C 0 F D4 28 4B
Octal 245 275 330 30 14 0 17 324 50 113
Binary 10100101 10111101 11011000 11000 1100 0 1111 11010100 101000 1001011

Color Harmonies of #A5BDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDD8

Black with #A5BDD8

Text Example


Text Example

White with #A5BDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDD8; }

 p { color: rgb(165,189,216); }

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

background-color css

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

 a { background-color: rgb(165,189,216); }

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

border-color css

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

 span { border-color: rgb(165,189,216); }

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