#9AB2EA

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

Shades of Perano #9AB2EA

Tints of Perano #9AB2EA

Color information

#9AB2EA (or 0x9AB2EA) is unknown color: approx Perano. HEX triplet: 9A, B2 and EA. RGB value is (154,178,234). Sum of RGB (Red+Green+Blue) = 154+178+234=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AB2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB2EA is #654D15. Grayscale: #B0B0B0. Windows color (decimal): -6638870 or 15381146. OLE color: 15381146.

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

Color convert

RGB154178234-
CMYK0.340.2400.08
HSL222º65.57%76.08%-
HSV(B)222º34.19%91.76%-
XYZ44.144.6584.14-
YUV177.21160.05111.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.21%
GREEN value IS 178 (69.92% from 255) = 31.45%
BLUE value IS 234 (91.80% from 255) = 41.34%
R=27.21%
G=31.45%
B=41.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541782340.340.2400.0822265.5776.08
Hex9AB2EA221808de424c
Octal2322623524230010336102114
Binary10011010101100101110101010001011000010001101111010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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