Html Css Color HEX #A5C2DC Light Steel Blue

📋 copy color: '#A5C2DC'

red 165 ◦ green 194 ◦ blue 220

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

Shades of Light Steel Blue #A5C2DC

Tints of Light Steel Blue #A5C2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.51%

 BLUE value IS 220 (86.33% from 255) = 38%

R = 28.5%
G = 33.51%
B = 38%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5C2DC (or 0xA5C2DC) is known color: Light Steel Blue. HEX triplet: A5, C2 and DC. RGB value is (165,194,220). Sum of RGB (Red+Green+Blue) = 165+194+220=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5C2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C2DC is #5A3D23. Grayscale: #BCBCBC. Windows color (decimal): -5913892 or 14467749. OLE color: 14467749.

HSL color Cylindrical-coordinate representation of color #A5C2DC: hue angle of 208.36º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5C2DC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 194 220 -
CMYK 0.25 0.12 0 0.14
HSL 208.36º 0.44% 0.75% -
HSV(B) 208.36º 0.25% 0.86% -
XYZ 47.73 51.75 75.18 -
YUV 188.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 165 194 220 0.25 0.12 0 0.14 208.36 0.44 0.75
Hex A5 C2 DC 19 C 0 E D0 2C 4B
Octal 245 302 334 31 14 0 16 320 54 113
Binary 10100101 11000010 11011100 11001 1100 0 1110 11010000 101100 1001011

Color Harmonies of #A5C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C2DC

Black with #A5C2DC

Text Example


Text Example

White with #A5C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C2DC; }

 p { color: rgb(165,194,220); }

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

background-color css

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

 a { background-color: rgb(165,194,220); }

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

border-color css

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

 span { border-color: rgb(165,194,220); }

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