#9AB9EC

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

Shades of Perano #9AB9EC

Tints of Perano #9AB9EC

Color information

#9AB9EC (or 0x9AB9EC) is unknown color: approx Perano. HEX triplet: 9A, B9 and EC. RGB value is (154,185,236). Sum of RGB (Red+Green+Blue) = 154+185+236=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #9AB9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB9EC is #654613. Grayscale: #B5B5B5. Windows color (decimal): -6637076 or 15514010. OLE color: 15514010.

HSL color Cylindrical-coordinate representation of color #9AB9EC: hue angle of 217.32º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AB9EC is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154185236-
CMYK0.350.2200.07
HSL217.32º68.33%76.47%-
HSV(B)217.32º34.75%92.55%-
XYZ45.8247.6286.13-
YUV181.54158.73108.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.78%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=26.78%
G=32.17%
B=41.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541852360.350.2200.07217.3268.3376.47
Hex9AB9EC231607d9444c
Octal232271354432607331104114
Binary1001101010111001111011001000111011001111101100110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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