#9AB2E9

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

Shades of Perano #9AB2E9

Tints of Perano #9AB2E9

Color information

#9AB2E9 (or 0x9AB2E9) is unknown color: approx Perano. HEX triplet: 9A, B2 and E9. RGB value is (154,178,233). Sum of RGB (Red+Green+Blue) = 154+178+233=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #9AB2E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB2E9 is #654D16. Grayscale: #B0B0B0. Windows color (decimal): -6638871 or 15315610. OLE color: 15315610.

HSL color Cylindrical-coordinate representation of color #9AB2E9: hue angle of 221.77º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AB2E9 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB154178233-
CMYK0.340.2400.09
HSL221.77º64.23%75.88%-
HSV(B)221.77º33.91%91.37%-
XYZ43.9544.5983.38-
YUV177.09159.55111.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 178 (69.92% from 255) = 31.50%
BLUE value IS 233 (91.41% from 255) = 41.24%
R=27.26%
G=31.50%
B=41.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1541782330.340.2400.09221.7764.2375.88
Hex9AB2E9221809de404c
Octal2322623514230011336100114
Binary10011010101100101110100110001011000010011101111010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,178,233); }

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

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

 a { background-color: rgb(154,178,233); }

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

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

 span { border-color: rgb(154,178,233); }

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