Html Css Color HEX #A8C1DA Light Steel Blue

📋 copy color: '#A8C1DA'

red 168 ◦ green 193 ◦ blue 218

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

Shades of Light Steel Blue #A8C1DA

Tints of Light Steel Blue #A8C1DA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.33%

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

R = 29.02%
G = 33.33%
B = 37.65%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8C1DA (or 0xA8C1DA) is known color: Light Steel Blue. HEX triplet: A8, C1 and DA. RGB value is (168,193,218). Sum of RGB (Red+Green+Blue) = 168+193+218=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8C1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C1DA is #573E25. Grayscale: #BCBCBC. Windows color (decimal): -5717542 or 14336424. OLE color: 14336424.

HSL color Cylindrical-coordinate representation of color #A8C1DA: hue angle of 210º 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 #A8C1DA is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 193 218 -
CMYK 0.23 0.11 0 0.15
HSL 210º 0.4% 0.76% -
HSV(B) 210º 0.23% 0.85% -
XYZ 47.87 51.53 73.75 -
YUV 188.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 168 193 218 0.23 0.11 0 0.15 210 0.4 0.76
Hex A8 C1 DA 17 B 0 F D2 28 4C
Octal 250 301 332 27 13 0 17 322 50 114
Binary 10101000 11000001 11011010 10111 1011 0 1111 11010010 101000 1001100

Color Harmonies of #A8C1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C1DA

Black with #A8C1DA

Text Example


Text Example

White with #A8C1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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