#9AB5EA

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

Shades of Perano #9AB5EA

Tints of Perano #9AB5EA

Color information

#9AB5EA (or 0x9AB5EA) is unknown color: approx Perano. HEX triplet: 9A, B5 and EA. RGB value is (154,181,234). Sum of RGB (Red+Green+Blue) = 154+181+234=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AB5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB5EA is #654A15. Grayscale: #B2B2B2. Windows color (decimal): -6638102 or 15381914. OLE color: 15381914.

HSL color Cylindrical-coordinate representation of color #9AB5EA: hue angle of 219.75º 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 #9AB5EA is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154181234-
CMYK0.340.2300.08
HSL219.75º65.57%76.08%-
HSV(B)219.75º34.19%91.76%-
XYZ44.745.8684.34-
YUV178.97159.05110.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.07%
GREEN value IS 181 (71.09% from 255) = 31.81%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=27.07%
G=31.81%
B=41.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541812340.340.2300.08219.7565.5776.08
Hex9AB5EA221708dc424c
Octal2322653524227010334102114
Binary10011010101101011110101010001010111010001101110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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