#9ABAFE

Color #9ABAFE Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9ABAFE

Tints of Perano #9ABAFE

Color information

#9ABAFE (or 0x9ABAFE) is unknown color: approx Perano. HEX triplet: 9A, BA and FE. RGB value is (154,186,254). Sum of RGB (Red+Green+Blue) = 154+186+254=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ABAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABAFE is #654501. Grayscale: #B7B7B7. Windows color (decimal): -6636802 or 16693914. OLE color: 16693914.

HSL color Cylindrical-coordinate representation of color #9ABAFE: hue angle of 220.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ABAFE is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154186254-
CMYK0.390.2700.00
HSL220.8º98.04%80%-
HSV(B)220.8º39.37%99.61%-
XYZ48.7749.14100.68-
YUV184.18167.4106.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.93%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=25.93%
G=31.31%
B=42.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541862540.390.2700.00220.898.0480
Hex9ABAFE271B00dd6250
Octal232272376473300335142120
Binary10011010101110101111111010011111011001101110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ABAFE; }

 p { color: rgb(154,186,254); }

 H1.HeaderClassName
 {
   color: #9ABAFE;
 }
 .AnyTagClassName
 {
   color: #9ABAFE;
 }
</style>
background-color css

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

 a { background-color: rgb(154,186,254); }

 div.DivClassName
 {
   background-color: #9ABAFE;
 }
 .BgClassName
 {
   background-color: #9ABAFE;
 }
</style>
border-color css

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

 span { border-color: rgb(154,186,254); }

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