#9AB0EB

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

Shades of Perano #9AB0EB

Tints of Perano #9AB0EB

Color information

#9AB0EB (or 0x9AB0EB) is unknown color: approx Perano. HEX triplet: 9A, B0 and EB. RGB value is (154,176,235). Sum of RGB (Red+Green+Blue) = 154+176+235=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AB0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB0EB is #654F14. Grayscale: #AFAFAF. Windows color (decimal): -6639381 or 15446170. OLE color: 15446170.

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

Color convert

RGB154176235-
CMYK0.340.2500.08
HSL223.7º66.94%76.27%-
HSV(B)223.7º34.47%92.16%-
XYZ43.8543.9284.76-
YUV176.15161.21112.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=27.26%
G=31.15%
B=41.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541762350.340.2500.08223.766.9476.27
Hex9AB0EB221908e0434c
Octal2322603534231010340103114
Binary10011010101100001110101110001011001010001110000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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