#9FBCEB

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

Shades of Perano #9FBCEB

Tints of Perano #9FBCEB

Color information

#9FBCEB (or 0x9FBCEB) is unknown color: approx Perano. HEX triplet: 9F, BC and EB. RGB value is (159,188,235). Sum of RGB (Red+Green+Blue) = 159+188+235=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FBCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBCEB is #604314. Grayscale: #B8B8B8. Windows color (decimal): -6308629 or 15449247. OLE color: 15449247.

HSL color Cylindrical-coordinate representation of color #9FBCEB: hue angle of 217.11º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FBCEB is Cyan = 0.32, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159188235-
CMYK0.320.200.08
HSL217.11º65.52%77.25%-
HSV(B)217.11º32.34%92.16%-
XYZ47.2849.3485.63-
YUV184.69156.39109.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.32%
GREEN value IS 188 (73.83% from 255) = 32.30%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=27.32%
G=32.30%
B=40.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591882350.320.200.08217.1165.5277.25
Hex9FBCEB201408d9424d
Octal2372743534024010331102115
Binary10011111101111001110101110000010100010001101100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,188,235); }

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

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

 a { background-color: rgb(159,188,235); }

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

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

 span { border-color: rgb(159,188,235); }

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