Html Css Color HEX #A5C1DA Light Steel Blue

📋 copy color: '#A5C1DA'

red 165 ◦ green 193 ◦ blue 218

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

Shades of Light Steel Blue #A5C1DA

Tints of Light Steel Blue #A5C1DA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.51%

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 28.65%
G = 33.51%
B = 37.85%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A5C1DA (or 0xA5C1DA) is known color: Light Steel Blue. HEX triplet: A5, C1 and DA. RGB value is (165,193,218). Sum of RGB (Red+Green+Blue) = 165+193+218=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #A5C1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C1DA is #5A3E25. Grayscale: #BBBBBB. Windows color (decimal): -5914150 or 14336421. OLE color: 14336421.

HSL color Cylindrical-coordinate representation of color #A5C1DA: hue angle of 208.3º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5C1DA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 193 218 -
CMYK 0.24 0.11 0 0.15
HSL 208.3º 0.42% 0.75% -
HSV(B) 208.3º 0.24% 0.85% -
XYZ 47.24 51.2 73.72 -
YUV 187.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 165 193 218 0.24 0.11 0 0.15 208.3 0.42 0.75
Hex A5 C1 DA 18 B 0 F D0 2A 4B
Octal 245 301 332 30 13 0 17 320 52 113
Binary 10100101 11000001 11011010 11000 1011 0 1111 11010000 101010 1001011

Color Harmonies of #A5C1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C1DA

Black with #A5C1DA

Text Example


Text Example

White with #A5C1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C1DA; }

 p { color: rgb(165,193,218); }

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

background-color css

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

 a { background-color: rgb(165,193,218); }

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

border-color css

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

 span { border-color: rgb(165,193,218); }

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