Html Css Color HEX #A6C3DE Light Steel Blue

📋 copy color: '#A6C3DE'

red 166 ◦ green 195 ◦ blue 222

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

Shades of Light Steel Blue #A6C3DE

Tints of Light Steel Blue #A6C3DE

RGB

 RED value IS 166 (65.23% from 255) = 28.47%

 GREEN value IS 195 (76.56% from 255) = 33.45%

 BLUE value IS 222 (87.11% from 255) = 38.08%

R = 28.47%
G = 33.45%
B = 38.08%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6C3DE (or 0xA6C3DE) is known color: Light Steel Blue. HEX triplet: A6, C3 and DE. RGB value is (166,195,222). Sum of RGB (Red+Green+Blue) = 166+195+222=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6C3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C3DE is #593C21. Grayscale: #BDBDBD. Windows color (decimal): -5848098 or 14599078. OLE color: 14599078.

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

Color convert

RGB 166 195 222 -
CMYK 0.25 0.12 0 0.13
HSL 208.93º 0.46% 0.76% -
HSV(B) 208.93º 0.25% 0.87% -
XYZ 48.43 52.41 76.67 -
YUV 189.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 166 195 222 0.25 0.12 0 0.13 208.93 0.46 0.76
Hex A6 C3 DE 19 C 0 D D1 2E 4C
Octal 246 303 336 31 14 0 15 321 56 114
Binary 10100110 11000011 11011110 11001 1100 0 1101 11010001 101110 1001100

Color Harmonies of #A6C3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C3DE

Black with #A6C3DE

Text Example


Text Example

White with #A6C3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C3DE; }

 p { color: rgb(166,195,222); }

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

background-color css

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

 a { background-color: rgb(166,195,222); }

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

border-color css

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

 span { border-color: rgb(166,195,222); }

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