Html Css Color HEX #ACC0DA Light Steel Blue

📋 copy color: '#ACC0DA'

red 172 ◦ green 192 ◦ blue 218

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

Shades of Light Steel Blue #ACC0DA

Tints of Light Steel Blue #ACC0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.99%

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

R = 29.55%
G = 32.99%
B = 37.46%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACC0DA (or 0xACC0DA) is known color: Light Steel Blue. HEX triplet: AC, C0 and DA. RGB value is (172,192,218). Sum of RGB (Red+Green+Blue) = 172+192+218=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACC0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0DA is #533F25. Grayscale: #BCBCBC. Windows color (decimal): -5455654 or 14336172. OLE color: 14336172.

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

Color convert

RGB 172 192 218 -
CMYK 0.21 0.12 0 0.15
HSL 213.91º 0.38% 0.76% -
HSV(B) 213.91º 0.21% 0.85% -
XYZ 48.52 51.53 73.72 -
YUV 188.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 172 192 218 0.21 0.12 0 0.15 213.91 0.38 0.76
Hex AC C0 DA 15 C 0 F D6 26 4C
Octal 254 300 332 25 14 0 17 326 46 114
Binary 10101100 11000000 11011010 10101 1100 0 1111 11010110 100110 1001100

Color Harmonies of #ACC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0DA

Black with #ACC0DA

Text Example


Text Example

White with #ACC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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