Html Css Color HEX #ACC3DA Light Steel Blue

📋 copy color: '#ACC3DA'

red 172 ◦ green 195 ◦ blue 218

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

Shades of Light Steel Blue #ACC3DA

Tints of Light Steel Blue #ACC3DA

RGB

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

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

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

R = 29.4%
G = 33.33%
B = 37.26%

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

#ACC3DA (or 0xACC3DA) is known color: Light Steel Blue. HEX triplet: AC, C3 and DA. RGB value is (172,195,218). Sum of RGB (Red+Green+Blue) = 172+195+218=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACC3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3DA is #533C25. Grayscale: #BEBEBE. Windows color (decimal): -5454886 or 14336940. OLE color: 14336940.

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

Color convert

RGB 172 195 218 -
CMYK 0.21 0.11 0 0.15
HSL 210º 0.38% 0.76% -
HSV(B) 210º 0.21% 0.85% -
XYZ 49.18 52.86 73.94 -
YUV 190.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 172 195 218 0.21 0.11 0 0.15 210 0.38 0.76
Hex AC C3 DA 15 B 0 F D2 26 4C
Octal 254 303 332 25 13 0 17 322 46 114
Binary 10101100 11000011 11011010 10101 1011 0 1111 11010010 100110 1001100

Color Harmonies of #ACC3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC3DA

Black with #ACC3DA

Text Example


Text Example

White with #ACC3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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