#9AB7EB

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

Shades of Perano #9AB7EB

Tints of Perano #9AB7EB

Color information

#9AB7EB (or 0x9AB7EB) is unknown color: approx Perano. HEX triplet: 9A, B7 and EB. RGB value is (154,183,235). Sum of RGB (Red+Green+Blue) = 154+183+235=572 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.92% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AB7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB7EB is #654814. Grayscale: #B4B4B4. Windows color (decimal): -6637589 or 15447962. OLE color: 15447962.

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

Color convert

RGB154183235-
CMYK0.340.2200.08
HSL218.52º66.94%76.27%-
HSV(B)218.52º34.47%92.16%-
XYZ45.2646.7485.23-
YUV180.26158.89109.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.92%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=26.92%
G=31.99%
B=41.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541832350.340.2200.08218.5266.9476.27
Hex9AB7EB221608db434c
Octal2322673534226010333103114
Binary10011010101101111110101110001010110010001101101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,183,235); }

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

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

 a { background-color: rgb(154,183,235); }

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

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

 span { border-color: rgb(154,183,235); }

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