Html Css Color HEX #A0BCE4 Light Steel Blue

📋 copy color: '#A0BCE4'

red 160 ◦ green 188 ◦ blue 228

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

Shades of Light Steel Blue #A0BCE4

Tints of Light Steel Blue #A0BCE4

RGB

 RED value IS 160 (62.89% from 255) = 27.78%

 GREEN value IS 188 (73.83% from 255) = 32.64%

 BLUE value IS 228 (89.45% from 255) = 39.58%

R = 27.78%
G = 32.64%
B = 39.58%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A0BCE4 (or 0xA0BCE4) is known color: Light Steel Blue. HEX triplet: A0, BC and E4. RGB value is (160,188,228). Sum of RGB (Red+Green+Blue) = 160+188+228=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #A0BCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCE4 is #5F431B. Grayscale: #B8B8B8. Windows color (decimal): -6243100 or 14990496. OLE color: 14990496.

HSL color Cylindrical-coordinate representation of color #A0BCE4: hue angle of 215.29º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0BCE4 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 188 228 -
CMYK 0.30 0.18 0 0.11
HSL 215.29º 0.56% 0.76% -
HSV(B) 215.29º 0.3% 0.89% -
XYZ 46.48 49.04 80.41 -
YUV 184.19 152.72 110.75 -
System Red Green Blue C M Y K H S L
Decimal 160 188 228 0.30 0.18 0 0.11 215.29 0.56 0.76
Hex A0 BC E4 1E 12 0 B D7 38 4C
Octal 240 274 344 36 22 0 13 327 70 114
Binary 10100000 10111100 11100100 11110 10010 0 1011 11010111 111000 1001100

Color Harmonies of #A0BCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCE4

Black with #A0BCE4

Text Example


Text Example

White with #A0BCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCE4; }

 p { color: rgb(160,188,228); }

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

background-color css

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

 a { background-color: rgb(160,188,228); }

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

border-color css

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

 span { border-color: rgb(160,188,228); }

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