Html Css Color HEX #ABC0EC Perano

📋 copy color: '#ABC0EC'

red 171 ◦ green 192 ◦ blue 236

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

Shades of Perano #ABC0EC

Tints of Perano #ABC0EC

RGB

 RED value IS 171 (67.19% from 255) = 28.55%

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

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 28.55%
G = 32.05%
B = 39.4%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABC0EC (or 0xABC0EC) is known color: Perano. HEX triplet: AB, C0 and EC. RGB value is (171,192,236). Sum of RGB (Red+Green+Blue) = 171+192+236=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABC0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0EC is #543F13. Grayscale: #BEBEBE. Windows color (decimal): -5521172 or 15515819. OLE color: 15515819.

HSL color Cylindrical-coordinate representation of color #ABC0EC: hue angle of 220.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC0EC is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 192 236 -
CMYK 0.28 0.19 0 0.07
HSL 220.62º 0.63% 0.8% -
HSV(B) 220.62º 0.28% 0.93% -
XYZ 50.78 52.41 86.8 -
YUV 190.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 171 192 236 0.28 0.19 0 0.07 220.62 0.63 0.8
Hex AB C0 EC 1C 13 0 7 DD 3F 50
Octal 253 300 354 34 23 0 7 335 77 120
Binary 10101011 11000000 11101100 11100 10011 0 111 11011101 111111 1010000

Color Harmonies of #ABC0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0EC

Black with #ABC0EC

Text Example


Text Example

White with #ABC0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0EC; }

 p { color: rgb(171,192,236); }

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

background-color css

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

 a { background-color: rgb(171,192,236); }

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

border-color css

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

 span { border-color: rgb(171,192,236); }

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