Html Css Color HEX #A5C5DD Light Steel Blue

📋 copy color: '#A5C5DD'

red 165 ◦ green 197 ◦ blue 221

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

Shades of Light Steel Blue #A5C5DD

Tints of Light Steel Blue #A5C5DD

RGB

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

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

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

R = 28.3%
G = 33.79%
B = 37.91%

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

#A5C5DD (or 0xA5C5DD) is known color: Light Steel Blue. HEX triplet: A5, C5 and DD. RGB value is (165,197,221). Sum of RGB (Red+Green+Blue) = 165+197+221=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5C5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C5DD is #5A3A22. Grayscale: #BEBEBE. Windows color (decimal): -5913123 or 14534053. OLE color: 14534053.

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

Color convert

RGB 165 197 221 -
CMYK 0.25 0.11 0 0.13
HSL 205.71º 0.45% 0.76% -
HSV(B) 205.71º 0.25% 0.87% -
XYZ 48.53 53.15 76.11 -
YUV 190.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 165 197 221 0.25 0.11 0 0.13 205.71 0.45 0.76
Hex A5 C5 DD 19 B 0 D CE 2D 4C
Octal 245 305 335 31 13 0 15 316 55 114
Binary 10100101 11000101 11011101 11001 1011 0 1101 11001110 101101 1001100

Color Harmonies of #A5C5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C5DD

Black with #A5C5DD

Text Example


Text Example

White with #A5C5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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