#9AB4FC

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

Shades of Perano #9AB4FC

Tints of Perano #9AB4FC

Color information

#9AB4FC (or 0x9AB4FC) is unknown color: approx Perano. HEX triplet: 9A, B4 and FC. RGB value is (154,180,252). Sum of RGB (Red+Green+Blue) = 154+180+252=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AB4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB4FC is #654B03. Grayscale: #B4B4B4. Windows color (decimal): -6638340 or 16561306. OLE color: 16561306.

HSL color Cylindrical-coordinate representation of color #9AB4FC: hue angle of 224.08º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AB4FC is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154180252-
CMYK0.390.2900.01
HSL224.08º94.23%79.61%-
HSV(B)224.08º38.89%98.82%-
XYZ47.2246.5498.59-
YUV180.43168.39109.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.28%
GREEN value IS 180 (70.70% from 255) = 30.72%
BLUE value IS 252 (98.83% from 255) = 43.00%
R=26.28%
G=30.72%
B=43.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541802520.390.2900.01224.0894.2379.61
Hex9AB4FC271D01e05e50
Octal232264374473501340136120
Binary10011010101101001111110010011111101011110000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,252); }

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

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

 a { background-color: rgb(154,180,252); }

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

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

 span { border-color: rgb(154,180,252); }

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