#9AB6EA

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

Shades of Perano #9AB6EA

Tints of Perano #9AB6EA

Color information

#9AB6EA (or 0x9AB6EA) is unknown color: approx Perano. HEX triplet: 9A, B6 and EA. RGB value is (154,182,234). Sum of RGB (Red+Green+Blue) = 154+182+234=570 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.02% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AB6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB6EA is #654915. Grayscale: #B3B3B3. Windows color (decimal): -6637846 or 15382170. OLE color: 15382170.

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

Color convert

RGB154182234-
CMYK0.340.2200.08
HSL219º65.57%76.08%-
HSV(B)219º34.19%91.76%-
XYZ44.9146.2784.41-
YUV179.56158.72109.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.02%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=27.02%
G=31.93%
B=41.05%

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
Decimal1541822340.340.2200.0821965.5776.08
Hex9AB6EA221608db424c
Octal2322663524226010333102114
Binary10011010101101101110101010001010110010001101101110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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