Html Css Color HEX #A5C0DD Light Steel Blue

📋 copy color: '#A5C0DD'

red 165 ◦ green 192 ◦ blue 221

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

Shades of Light Steel Blue #A5C0DD

Tints of Light Steel Blue #A5C0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.22%

 BLUE value IS 221 (86.72% from 255) = 38.24%

R = 28.55%
G = 33.22%
B = 38.24%

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

#A5C0DD (or 0xA5C0DD) is known color: Light Steel Blue. HEX triplet: A5, C0 and DD. RGB value is (165,192,221). Sum of RGB (Red+Green+Blue) = 165+192+221=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5C0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C0DD is #5A3F22. Grayscale: #BBBBBB. Windows color (decimal): -5914403 or 14532773. OLE color: 14532773.

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

Color convert

RGB 165 192 221 -
CMYK 0.25 0.13 0 0.13
HSL 211.07º 0.45% 0.76% -
HSV(B) 211.07º 0.25% 0.87% -
XYZ 47.42 50.92 75.74 -
YUV 187.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 165 192 221 0.25 0.13 0 0.13 211.07 0.45 0.76
Hex A5 C0 DD 19 D 0 D D3 2D 4C
Octal 245 300 335 31 15 0 15 323 55 114
Binary 10100101 11000000 11011101 11001 1101 0 1101 11010011 101101 1001100

Color Harmonies of #A5C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C0DD

Black with #A5C0DD

Text Example


Text Example

White with #A5C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C0DD; }

 p { color: rgb(165,192,221); }

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

background-color css

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

 a { background-color: rgb(165,192,221); }

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

border-color css

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

 span { border-color: rgb(165,192,221); }

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