Html Css Color HEX #ACBEDA Light Steel Blue

📋 copy color: '#ACBEDA'

red 172 ◦ green 190 ◦ blue 218

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

Shades of Light Steel Blue #ACBEDA

Tints of Light Steel Blue #ACBEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.76%

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

R = 29.66%
G = 32.76%
B = 37.59%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACBEDA (or 0xACBEDA) is known color: Light Steel Blue. HEX triplet: AC, BE and DA. RGB value is (172,190,218). Sum of RGB (Red+Green+Blue) = 172+190+218=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEDA is #534125. Grayscale: #BBBBBB. Windows color (decimal): -5456166 or 14335660. OLE color: 14335660.

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

Color convert

RGB 172 190 218 -
CMYK 0.21 0.13 0 0.15
HSL 216.52º 0.38% 0.76% -
HSV(B) 216.52º 0.21% 0.85% -
XYZ 48.08 50.66 73.57 -
YUV 187.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 172 190 218 0.21 0.13 0 0.15 216.52 0.38 0.76
Hex AC BE DA 15 D 0 F D9 26 4C
Octal 254 276 332 25 15 0 17 331 46 114
Binary 10101100 10111110 11011010 10101 1101 0 1111 11011001 100110 1001100

Color Harmonies of #ACBEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBEDA

Black with #ACBEDA

Text Example


Text Example

White with #ACBEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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