Html Css Color HEX #A5BDDE Light Steel Blue

📋 copy color: '#A5BDDE'

red 165 ◦ green 189 ◦ blue 222

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

Shades of Light Steel Blue #A5BDDE

Tints of Light Steel Blue #A5BDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 28.65%
G = 32.81%
B = 38.54%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5BDDE (or 0xA5BDDE) is known color: Light Steel Blue. HEX triplet: A5, BD and DE. RGB value is (165,189,222). Sum of RGB (Red+Green+Blue) = 165+189+222=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BDDE is #5A4221. Grayscale: #B9B9B9. Windows color (decimal): -5915170 or 14597541. OLE color: 14597541.

HSL color Cylindrical-coordinate representation of color #A5BDDE: hue angle of 214.74º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5BDDE is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 189 222 -
CMYK 0.26 0.15 0 0.13
HSL 214.74º 0.46% 0.76% -
HSV(B) 214.74º 0.26% 0.87% -
XYZ 46.9 49.67 76.22 -
YUV 185.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 165 189 222 0.26 0.15 0 0.13 214.74 0.46 0.76
Hex A5 BD DE 1A F 0 D D7 2E 4C
Octal 245 275 336 32 17 0 15 327 56 114
Binary 10100101 10111101 11011110 11010 1111 0 1101 11010111 101110 1001100

Color Harmonies of #A5BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDDE

Black with #A5BDDE

Text Example


Text Example

White with #A5BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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