Html Css Color HEX #A8C0DA Light Steel Blue

📋 copy color: '#A8C0DA'

red 168 ◦ green 192 ◦ blue 218

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

Shades of Light Steel Blue #A8C0DA

Tints of Light Steel Blue #A8C0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.22%

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 29.07%
G = 33.22%
B = 37.72%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8C0DA (or 0xA8C0DA) is known color: Light Steel Blue. HEX triplet: A8, C0 and DA. RGB value is (168,192,218). Sum of RGB (Red+Green+Blue) = 168+192+218=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C0DA is #573F25. Grayscale: #BBBBBB. Windows color (decimal): -5717798 or 14336168. OLE color: 14336168.

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

Color convert

RGB 168 192 218 -
CMYK 0.23 0.12 0 0.15
HSL 211.2º 0.4% 0.76% -
HSV(B) 211.2º 0.23% 0.85% -
XYZ 47.65 51.09 73.68 -
YUV 187.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 168 192 218 0.23 0.12 0 0.15 211.2 0.4 0.76
Hex A8 C0 DA 17 C 0 F D3 28 4C
Octal 250 300 332 27 14 0 17 323 50 114
Binary 10101000 11000000 11011010 10111 1100 0 1111 11010011 101000 1001100

Color Harmonies of #A8C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C0DA

Black with #A8C0DA

Text Example


Text Example

White with #A8C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C0DA; }

 p { color: rgb(168,192,218); }

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

background-color css

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

 a { background-color: rgb(168,192,218); }

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

border-color css

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

 span { border-color: rgb(168,192,218); }

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