#9AB9EB

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

Shades of Perano #9AB9EB

Tints of Perano #9AB9EB

Color information

#9AB9EB (or 0x9AB9EB) is unknown color: approx Perano. HEX triplet: 9A, B9 and EB. RGB value is (154,185,235). Sum of RGB (Red+Green+Blue) = 154+185+235=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AB9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB9EB is #654614. Grayscale: #B5B5B5. Windows color (decimal): -6637077 or 15448474. OLE color: 15448474.

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

Color convert

RGB154185235-
CMYK0.340.2100.08
HSL217.04º66.94%76.27%-
HSV(B)217.04º34.47%92.16%-
XYZ45.6747.5785.37-
YUV181.43158.23108.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.83%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=26.83%
G=32.23%
B=40.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541852350.340.2100.08217.0466.9476.27
Hex9AB9EB221508d9434c
Octal2322713534225010331103114
Binary10011010101110011110101110001010101010001101100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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