Html Css Color HEX #A8C2DF Light Steel Blue

📋 copy color: '#A8C2DF'

red 168 ◦ green 194 ◦ blue 223

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

Shades of Light Steel Blue #A8C2DF

Tints of Light Steel Blue #A8C2DF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.16%

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 28.72%
G = 33.16%
B = 38.12%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8C2DF (or 0xA8C2DF) is known color: Light Steel Blue. HEX triplet: A8, C2 and DF. RGB value is (168,194,223). Sum of RGB (Red+Green+Blue) = 168+194+223=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8C2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C2DF is #573D20. Grayscale: #BDBDBD. Windows color (decimal): -5717281 or 14664360. OLE color: 14664360.

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

Color convert

RGB 168 194 223 -
CMYK 0.25 0.13 0 0.13
HSL 211.64º 0.46% 0.77% -
HSV(B) 211.64º 0.25% 0.87% -
XYZ 48.76 52.24 77.32 -
YUV 189.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 168 194 223 0.25 0.13 0 0.13 211.64 0.46 0.77
Hex A8 C2 DF 19 D 0 D D4 2E 4D
Octal 250 302 337 31 15 0 15 324 56 115
Binary 10101000 11000010 11011111 11001 1101 0 1101 11010100 101110 1001101

Color Harmonies of #A8C2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C2DF

Black with #A8C2DF

Text Example


Text Example

White with #A8C2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C2DF; }

 p { color: rgb(168,194,223); }

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

background-color css

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

 a { background-color: rgb(168,194,223); }

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

border-color css

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

 span { border-color: rgb(168,194,223); }

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