Html Css Color HEX #A5C5DC Light Steel Blue

📋 copy color: '#A5C5DC'

red 165 ◦ green 197 ◦ blue 220

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

Shades of Light Steel Blue #A5C5DC

Tints of Light Steel Blue #A5C5DC

RGB

 RED value IS 165 (64.84% from 255) = 28.35%

 GREEN value IS 197 (77.34% from 255) = 33.85%

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 28.35%
G = 33.85%
B = 37.8%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5C5DC (or 0xA5C5DC) is known color: Light Steel Blue. HEX triplet: A5, C5 and DC. RGB value is (165,197,220). Sum of RGB (Red+Green+Blue) = 165+197+220=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5C5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C5DC is #5A3A23. Grayscale: #BDBDBD. Windows color (decimal): -5913124 or 14468517. OLE color: 14468517.

HSL color Cylindrical-coordinate representation of color #A5C5DC: hue angle of 205.09º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5C5DC is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 197 220 -
CMYK 0.25 0.10 0 0.14
HSL 205.09º 0.44% 0.75% -
HSV(B) 205.09º 0.25% 0.86% -
XYZ 48.4 53.1 75.41 -
YUV 190.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 165 197 220 0.25 0.10 0 0.14 205.09 0.44 0.75
Hex A5 C5 DC 19 A 0 E CD 2C 4B
Octal 245 305 334 31 12 0 16 315 54 113
Binary 10100101 11000101 11011100 11001 1010 0 1110 11001101 101100 1001011

Color Harmonies of #A5C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C5DC

Black with #A5C5DC

Text Example


Text Example

White with #A5C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C5DC; }

 p { color: rgb(165,197,220); }

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

background-color css

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

 a { background-color: rgb(165,197,220); }

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

border-color css

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

 span { border-color: rgb(165,197,220); }

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