Html Css Color HEX #ACC1DA Light Steel Blue

📋 copy color: '#ACC1DA'

red 172 ◦ green 193 ◦ blue 218

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

Shades of Light Steel Blue #ACC1DA

Tints of Light Steel Blue #ACC1DA

RGB

 RED value IS 172 (67.58% from 255) = 29.5%

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

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

R = 29.5%
G = 33.1%
B = 37.39%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACC1DA (or 0xACC1DA) is known color: Light Steel Blue. HEX triplet: AC, C1 and DA. RGB value is (172,193,218). Sum of RGB (Red+Green+Blue) = 172+193+218=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACC1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1DA is #533E25. Grayscale: #BDBDBD. Windows color (decimal): -5455398 or 14336428. OLE color: 14336428.

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

Color convert

RGB 172 193 218 -
CMYK 0.21 0.11 0 0.15
HSL 212.61º 0.38% 0.76% -
HSV(B) 212.61º 0.21% 0.85% -
XYZ 48.74 51.97 73.79 -
YUV 189.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 172 193 218 0.21 0.11 0 0.15 212.61 0.38 0.76
Hex AC C1 DA 15 B 0 F D5 26 4C
Octal 254 301 332 25 13 0 17 325 46 114
Binary 10101100 11000001 11011010 10101 1011 0 1111 11010101 100110 1001100

Color Harmonies of #ACC1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1DA

Black with #ACC1DA

Text Example


Text Example

White with #ACC1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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