#9FBBEF

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

Shades of Perano #9FBBEF

Tints of Perano #9FBBEF

Color information

#9FBBEF (or 0x9FBBEF) is unknown color: approx Perano. HEX triplet: 9F, BB and EF. RGB value is (159,187,239). Sum of RGB (Red+Green+Blue) = 159+187+239=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FBBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBBEF is #604410. Grayscale: #B8B8B8. Windows color (decimal): -6308881 or 15711135. OLE color: 15711135.

HSL color Cylindrical-coordinate representation of color #9FBBEF: hue angle of 219º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FBBEF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159187239-
CMYK0.330.2200.06
HSL219º71.43%78.04%-
HSV(B)219º33.47%93.73%-
XYZ47.6549.1488.64-
YUV184.56158.72109.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.18%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 239 (93.75% from 255) = 40.85%
R=27.18%
G=31.97%
B=40.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1591872390.330.2200.0621971.4378.04
Hex9FBBEF211606db474e
Octal237273357412606333107116
Binary1001111110111011111011111000011011001101101101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,239); }

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

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

 a { background-color: rgb(159,187,239); }

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

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

 span { border-color: rgb(159,187,239); }

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