#9FBAF4

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

Shades of Perano #9FBAF4

Tints of Perano #9FBAF4

Color information

#9FBAF4 (or 0x9FBAF4) is unknown color: approx Perano. HEX triplet: 9F, BA and F4. RGB value is (159,186,244). Sum of RGB (Red+Green+Blue) = 159+186+244=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #9FBAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBAF4 is #60450B. Grayscale: #B8B8B8. Windows color (decimal): -6309132 or 16038559. OLE color: 16038559.

HSL color Cylindrical-coordinate representation of color #9FBAF4: hue angle of 220.94º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FBAF4 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB159186244-
CMYK0.350.2400.04
HSL220.94º79.44%79.02%-
HSV(B)220.94º34.84%95.69%-
XYZ48.1949.0292.51-
YUV184.54161.55109.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.99%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 244 (95.70% from 255) = 41.43%
R=26.99%
G=31.58%
B=41.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1591862440.350.2400.04220.9479.4479.02
Hex9FBAF4231804dd4f4f
Octal237272364433004335117117
Binary1001111110111010111101001000111100001001101110110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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