#9ABBEF

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

Shades of Perano #9ABBEF

Tints of Perano #9ABBEF

Color information

#9ABBEF (or 0x9ABBEF) is unknown color: approx Perano. HEX triplet: 9A, BB and EF. RGB value is (154,187,239). Sum of RGB (Red+Green+Blue) = 154+187+239=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ABBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABBEF is #654410. Grayscale: #B6B6B6. Windows color (decimal): -6636561 or 15711130. OLE color: 15711130.

HSL color Cylindrical-coordinate representation of color #9ABBEF: hue angle of 216.71º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ABBEF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154187239-
CMYK0.360.2200.06
HSL216.71º72.65%77.06%-
HSV(B)216.71º35.56%93.73%-
XYZ46.6848.6488.59-
YUV183.06159.57107.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.55%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 239 (93.75% from 255) = 41.21%
R=26.55%
G=32.24%
B=41.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1541872390.360.2200.06216.7172.6577.06
Hex9ABBEF241606d9494d
Octal232273357442606331111115
Binary1001101010111011111011111001001011001101101100110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,187,239); }

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

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

 a { background-color: rgb(154,187,239); }

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

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

 span { border-color: rgb(154,187,239); }

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