Html Css Color HEX #ABC0FF Perano

📋 copy color: '#ABC0FF'

red 171 ◦ green 192 ◦ blue 255

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

Shades of Perano #ABC0FF

Tints of Perano #ABC0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.26%

R = 27.67%
G = 31.07%
B = 41.26%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABC0FF (or 0xABC0FF) is known color: Perano. HEX triplet: AB, C0 and FF. RGB value is (171,192,255). Sum of RGB (Red+Green+Blue) = 171+192+255=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABC0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0FF is #543F00. Grayscale: #C0C0C0. Windows color (decimal): -5521153 or 16761003. OLE color: 16761003.

HSL color Cylindrical-coordinate representation of color #ABC0FF: hue angle of 225º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC0FF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 192 255 -
CMYK 0.33 0.25 0 0
HSL 225º 1% 0.84% -
HSV(B) 225º 0.33% 1% -
XYZ 53.69 53.58 102.12 -
YUV 192.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 171 192 255 0.33 0.25 0 0 225 1 0.84
Hex AB C0 FF 21 19 0 0 E1 64 54
Octal 253 300 377 41 31 0 0 341 144 124
Binary 10101011 11000000 11111111 100001 11001 0 0 11100001 1100100 1010100

Color Harmonies of #ABC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0FF

Black with #ABC0FF

Text Example


Text Example

White with #ABC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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