#9ABBFE

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

Shades of Perano #9ABBFE

Tints of Perano #9ABBFE

Color information

#9ABBFE (or 0x9ABBFE) is unknown color: approx Perano. HEX triplet: 9A, BB and FE. RGB value is (154,187,254). Sum of RGB (Red+Green+Blue) = 154+187+254=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ABBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABBFE is #654401. Grayscale: #B8B8B8. Windows color (decimal): -6636546 or 16694170. OLE color: 16694170.

HSL color Cylindrical-coordinate representation of color #9ABBFE: hue angle of 220.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ABBFE is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154187254-
CMYK0.390.2600.00
HSL220.2º98.04%80%-
HSV(B)220.2º39.37%99.61%-
XYZ48.9949.57100.75-
YUV184.77167.07106.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.88%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=25.88%
G=31.43%
B=42.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541872540.390.2600.00220.298.0480
Hex9ABBFE271A00dc6250
Octal232273376473200334142120
Binary10011010101110111111111010011111010001101110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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