Html Css Color HEX #ABC1F6 Perano

📋 copy color: '#ABC1F6'

red 171 ◦ green 193 ◦ blue 246

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

Shades of Perano #ABC1F6

Tints of Perano #ABC1F6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.64%

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

R = 28.03%
G = 31.64%
B = 40.33%

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

#ABC1F6 (or 0xABC1F6) is known color: Perano. HEX triplet: AB, C1 and F6. RGB value is (171,193,246). Sum of RGB (Red+Green+Blue) = 171+193+246=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABC1F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC1F6 is #543E09. Grayscale: #C0C0C0. Windows color (decimal): -5520906 or 16171435. OLE color: 16171435.

HSL color Cylindrical-coordinate representation of color #ABC1F6: hue angle of 222.4º 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 #ABC1F6 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 193 246 -
CMYK 0.30 0.22 0 0.04
HSL 222.4º 0.81% 0.82% -
HSV(B) 222.4º 0.3% 0.96% -
XYZ 52.5 53.45 94.74 -
YUV 192.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 171 193 246 0.30 0.22 0 0.04 222.4 0.81 0.82
Hex AB C1 F6 1E 16 0 4 DE 51 52
Octal 253 301 366 36 26 0 4 336 121 122
Binary 10101011 11000001 11110110 11110 10110 0 100 11011110 1010001 1010010

Color Harmonies of #ABC1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1F6

Black with #ABC1F6

Text Example


Text Example

White with #ABC1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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