#9AB0FA

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

Shades of Perano #9AB0FA

Tints of Perano #9AB0FA

Color information

#9AB0FA (or 0x9AB0FA) is unknown color: approx Perano. HEX triplet: 9A, B0 and FA. RGB value is (154,176,250). Sum of RGB (Red+Green+Blue) = 154+176+250=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AB0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB0FA is #654F05. Grayscale: #B1B1B1. Windows color (decimal): -6639366 or 16429210. OLE color: 16429210.

HSL color Cylindrical-coordinate representation of color #9AB0FA: hue angle of 226.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AB0FA is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154176250-
CMYK0.380.3000.02
HSL226.25º90.57%79.22%-
HSV(B)226.25º38.4%98.04%-
XYZ46.1144.8296.66-
YUV177.86168.71110.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.55%
GREEN value IS 176 (69.14% from 255) = 30.34%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=26.55%
G=30.34%
B=43.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541762500.380.3000.02226.2590.5779.22
Hex9AB0FA261E02e25b4f
Octal232260372463602342133117
Binary100110101011000011111010100110111100101110001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,176,250); }

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

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

 a { background-color: rgb(154,176,250); }

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

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

 span { border-color: rgb(154,176,250); }

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