Html Css Color HEX #A8C7DF Light Steel Blue

📋 copy color: '#A8C7DF'

red 168 ◦ green 199 ◦ blue 223

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

Shades of Light Steel Blue #A8C7DF

Tints of Light Steel Blue #A8C7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.73%

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

R = 28.47%
G = 33.73%
B = 37.8%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8C7DF (or 0xA8C7DF) is known color: Light Steel Blue. HEX triplet: A8, C7 and DF. RGB value is (168,199,223). Sum of RGB (Red+Green+Blue) = 168+199+223=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8C7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C7DF is #573820. Grayscale: #C0C0C0. Windows color (decimal): -5716001 or 14665640. OLE color: 14665640.

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

Color convert

RGB 168 199 223 -
CMYK 0.25 0.11 0 0.13
HSL 206.18º 0.46% 0.77% -
HSV(B) 206.18º 0.25% 0.87% -
XYZ 49.89 54.5 77.7 -
YUV 192.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 168 199 223 0.25 0.11 0 0.13 206.18 0.46 0.77
Hex A8 C7 DF 19 B 0 D CE 2E 4D
Octal 250 307 337 31 13 0 15 316 56 115
Binary 10101000 11000111 11011111 11001 1011 0 1101 11001110 101110 1001101

Color Harmonies of #A8C7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C7DF

Black with #A8C7DF

Text Example


Text Example

White with #A8C7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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