#9ABBFF

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

Shades of Perano #9ABBFF

Tints of Perano #9ABBFF

Color information

#9ABBFF (or 0x9ABBFF) is unknown color: approx Perano. HEX triplet: 9A, BB and FF. RGB value is (154,187,255). Sum of RGB (Red+Green+Blue) = 154+187+255=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ABBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABBFF is #654400. Grayscale: #B8B8B8. Windows color (decimal): -6636545 or 16759706. OLE color: 16759706.

HSL color Cylindrical-coordinate representation of color #9ABBFF: hue angle of 220.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ABBFF is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154187255-
CMYK0.400.2700
HSL220.4º100%80.2%-
HSV(B)220.4º39.61%100%-
XYZ49.1549.63101.6-
YUV184.88167.57105.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.84%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 255 (100% from 255) = 42.79%
R=25.84%
G=31.38%
B=42.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1541872550.400.2700220.410080.2
Hex9ABBFF281B00dc6450
Octal232273377503300334144120
Binary10011010101110111111111110100011011001101110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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