Html Css Color HEX #A5BEDB Light Steel Blue

📋 copy color: '#A5BEDB'

red 165 ◦ green 190 ◦ blue 219

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

Shades of Light Steel Blue #A5BEDB

Tints of Light Steel Blue #A5BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.1%

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 28.75%
G = 33.1%
B = 38.15%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5BEDB (or 0xA5BEDB) is known color: Light Steel Blue. HEX triplet: A5, BE and DB. RGB value is (165,190,219). Sum of RGB (Red+Green+Blue) = 165+190+219=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BEDB is #5A4124. Grayscale: #B9B9B9. Windows color (decimal): -5914917 or 14401189. OLE color: 14401189.

HSL color Cylindrical-coordinate representation of color #A5BEDB: hue angle of 212.22º degrees, saturation: 0.43, 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 #A5BEDB is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 190 219 -
CMYK 0.25 0.13 0 0.14
HSL 212.22º 0.43% 0.75% -
HSV(B) 212.22º 0.25% 0.86% -
XYZ 46.72 49.94 74.2 -
YUV 185.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 165 190 219 0.25 0.13 0 0.14 212.22 0.43 0.75
Hex A5 BE DB 19 D 0 E D4 2B 4B
Octal 245 276 333 31 15 0 16 324 53 113
Binary 10100101 10111110 11011011 11001 1101 0 1110 11010100 101011 1001011

Color Harmonies of #A5BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BEDB

Black with #A5BEDB

Text Example


Text Example

White with #A5BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BEDB; }

 p { color: rgb(165,190,219); }

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

background-color css

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

 a { background-color: rgb(165,190,219); }

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

border-color css

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

 span { border-color: rgb(165,190,219); }

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