#9fbafe

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

Shades of Perano #9FBAFE

Tints of Perano #9FBAFE

Color information

#9FBAFE (or 0x9FBAFE) is unknown color: approx Perano. HEX triplet: 9F, BA and FE. RGB value is (159,186,254). Sum of RGB (Red+Green+Blue) = 159+186+254=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FBAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBAFE is #604501. Grayscale: #B9B9B9. Windows color (decimal): -6309122 or 16693919. OLE color: 16693919.

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

Color convert

RGB159186254-
CMYK0.370.2700.00
HSL222.95º97.94%80.98%-
HSV(B)222.95º37.4%99.61%-
XYZ49.7549.64100.73-
YUV185.68166.55108.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.54%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=26.54%
G=31.05%
B=42.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1591862540.370.2700.00222.9597.9480.98
Hex9FBAFE251B00df6251
Octal237272376453300337142121
Binary10011111101110101111111010010111011001101111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fbafe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,254); }

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

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

 a { background-color: rgb(159,186,254); }

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

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

 span { border-color: rgb(159,186,254); }

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