Html Css Color HEX #ABB3F9 Perano

📋 copy color: '#ABB3F9'

red 171 ◦ green 179 ◦ blue 249

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

Shades of Perano #ABB3F9

Tints of Perano #ABB3F9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.88%

 BLUE value IS 249 (97.66% from 255) = 41.57%

R = 28.55%
G = 29.88%
B = 41.57%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABB3F9 (or 0xABB3F9) is known color: Perano. HEX triplet: AB, B3 and F9. RGB value is (171,179,249). Sum of RGB (Red+Green+Blue) = 171+179+249=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABB3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB3F9 is #544C06. Grayscale: #B8B8B8. Windows color (decimal): -5524487 or 16364459. OLE color: 16364459.

HSL color Cylindrical-coordinate representation of color #ABB3F9: hue angle of 233.85º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABB3F9 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 179 249 -
CMYK 0.31 0.28 0 0.02
HSL 233.85º 0.87% 0.82% -
HSV(B) 233.85º 0.31% 0.98% -
XYZ 50.01 47.74 96.2 -
YUV 184.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 171 179 249 0.31 0.28 0 0.02 233.85 0.87 0.82
Hex AB B3 F9 1F 1C 0 2 EA 57 52
Octal 253 263 371 37 34 0 2 352 127 122
Binary 10101011 10110011 11111001 11111 11100 0 10 11101010 1010111 1010010

Color Harmonies of #ABB3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB3F9

Black with #ABB3F9

Text Example


Text Example

White with #ABB3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB3F9; }

 p { color: rgb(171,179,249); }

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

background-color css

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

 a { background-color: rgb(171,179,249); }

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

border-color css

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

 span { border-color: rgb(171,179,249); }

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