Html Css Color HEX #ABC0F6 Perano

📋 copy color: '#ABC0F6'

red 171 ◦ green 192 ◦ blue 246

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

Shades of Perano #ABC0F6

Tints of Perano #ABC0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.39%

R = 28.08%
G = 31.53%
B = 40.39%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ABC0F6 (or 0xABC0F6) is known color: Perano. HEX triplet: AB, C0 and F6. RGB value is (171,192,246). Sum of RGB (Red+Green+Blue) = 171+192+246=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABC0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0F6 is #543F09. Grayscale: #BFBFBF. Windows color (decimal): -5521162 or 16171179. OLE color: 16171179.

HSL color Cylindrical-coordinate representation of color #ABC0F6: hue angle of 223.2º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC0F6 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 192 246 -
CMYK 0.30 0.22 0 0.04
HSL 223.2º 0.81% 0.82% -
HSV(B) 223.2º 0.3% 0.96% -
XYZ 52.28 53.01 94.67 -
YUV 191.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 171 192 246 0.30 0.22 0 0.04 223.2 0.81 0.82
Hex AB C0 F6 1E 16 0 4 DF 51 52
Octal 253 300 366 36 26 0 4 337 121 122
Binary 10101011 11000000 11110110 11110 10110 0 100 11011111 1010001 1010010

Color Harmonies of #ABC0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0F6

Black with #ABC0F6

Text Example


Text Example

White with #ABC0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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