Html Css Color HEX #A5C4DD Light Steel Blue

📋 copy color: '#A5C4DD'

red 165 ◦ green 196 ◦ blue 221

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

Shades of Light Steel Blue #A5C4DD

Tints of Light Steel Blue #A5C4DD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.68%

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

R = 28.35%
G = 33.68%
B = 37.97%

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

#A5C4DD (or 0xA5C4DD) is known color: Light Steel Blue. HEX triplet: A5, C4 and DD. RGB value is (165,196,221). Sum of RGB (Red+Green+Blue) = 165+196+221=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5C4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C4DD is #5A3B22. Grayscale: #BDBDBD. Windows color (decimal): -5913379 or 14533797. OLE color: 14533797.

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

Color convert

RGB 165 196 221 -
CMYK 0.25 0.11 0 0.13
HSL 206.79º 0.45% 0.76% -
HSV(B) 206.79º 0.25% 0.87% -
XYZ 48.31 52.7 76.03 -
YUV 189.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 165 196 221 0.25 0.11 0 0.13 206.79 0.45 0.76
Hex A5 C4 DD 19 B 0 D CF 2D 4C
Octal 245 304 335 31 13 0 15 317 55 114
Binary 10100101 11000100 11011101 11001 1011 0 1101 11001111 101101 1001100

Color Harmonies of #A5C4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C4DD

Black with #A5C4DD

Text Example


Text Example

White with #A5C4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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