#9AB3FE

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

Shades of Perano #9AB3FE

Tints of Perano #9AB3FE

Color information

#9AB3FE (or 0x9AB3FE) is unknown color: approx Perano. HEX triplet: 9A, B3 and FE. RGB value is (154,179,254). Sum of RGB (Red+Green+Blue) = 154+179+254=587 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.24% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AB3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB3FE is #654C01. Grayscale: #B3B3B3. Windows color (decimal): -6638594 or 16692122. OLE color: 16692122.

HSL color Cylindrical-coordinate representation of color #9AB3FE: hue angle of 225º 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 #9AB3FE is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154179254-
CMYK0.390.3000.00
HSL225º98.04%80%-
HSV(B)225º39.37%99.61%-
XYZ47.3446.27100.2-
YUV180.08169.72109.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.24%
GREEN value IS 179 (70.31% from 255) = 30.49%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=26.24%
G=30.49%
B=43.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541792540.390.3000.0022598.0480
Hex9AB3FE271E00e16250
Octal232263376473600341142120
Binary10011010101100111111111010011111110001110000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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