Html Css Color HEX #A8C5DB Light Steel Blue

📋 copy color: '#A8C5DB'

red 168 ◦ green 197 ◦ blue 219

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

Shades of Light Steel Blue #A8C5DB

Tints of Light Steel Blue #A8C5DB

RGB

 RED value IS 168 (66.02% from 255) = 28.77%

 GREEN value IS 197 (77.34% from 255) = 33.73%

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

R = 28.77%
G = 33.73%
B = 37.5%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8C5DB (or 0xA8C5DB) is known color: Light Steel Blue. HEX triplet: A8, C5 and DB. RGB value is (168,197,219). Sum of RGB (Red+Green+Blue) = 168+197+219=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8C5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C5DB is #573A24. Grayscale: #BEBEBE. Windows color (decimal): -5716517 or 14402984. OLE color: 14402984.

HSL color Cylindrical-coordinate representation of color #A8C5DB: hue angle of 205.88º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8C5DB is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 197 219 -
CMYK 0.23 0.10 0 0.14
HSL 205.88º 0.41% 0.76% -
HSV(B) 205.88º 0.23% 0.86% -
XYZ 48.9 53.37 74.74 -
YUV 190.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 168 197 219 0.23 0.10 0 0.14 205.88 0.41 0.76
Hex A8 C5 DB 17 A 0 E CE 29 4C
Octal 250 305 333 27 12 0 16 316 51 114
Binary 10101000 11000101 11011011 10111 1010 0 1110 11001110 101001 1001100

Color Harmonies of #A8C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C5DB

Black with #A8C5DB

Text Example


Text Example

White with #A8C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C5DB; }

 p { color: rgb(168,197,219); }

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

background-color css

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

 a { background-color: rgb(168,197,219); }

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

border-color css

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

 span { border-color: rgb(168,197,219); }

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