Html Css Color HEX #A5C3DD Light Steel Blue

📋 copy color: '#A5C3DD'

red 165 ◦ green 195 ◦ blue 221

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

Shades of Light Steel Blue #A5C3DD

Tints of Light Steel Blue #A5C3DD

RGB

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

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

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

R = 28.4%
G = 33.56%
B = 38.04%

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

#A5C3DD (or 0xA5C3DD) is known color: Light Steel Blue. HEX triplet: A5, C3 and DD. RGB value is (165,195,221). Sum of RGB (Red+Green+Blue) = 165+195+221=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5C3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C3DD is #5A3C22. Grayscale: #BCBCBC. Windows color (decimal): -5913635 or 14533541. OLE color: 14533541.

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

Color convert

RGB 165 195 221 -
CMYK 0.25 0.12 0 0.13
HSL 207.86º 0.45% 0.76% -
HSV(B) 207.86º 0.25% 0.87% -
XYZ 48.08 52.25 75.96 -
YUV 188.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 165 195 221 0.25 0.12 0 0.13 207.86 0.45 0.76
Hex A5 C3 DD 19 C 0 D D0 2D 4C
Octal 245 303 335 31 14 0 15 320 55 114
Binary 10100101 11000011 11011101 11001 1100 0 1101 11010000 101101 1001100

Color Harmonies of #A5C3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C3DD

Black with #A5C3DD

Text Example


Text Example

White with #A5C3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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