#9FBDF0

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

Shades of Perano #9FBDF0

Tints of Perano #9FBDF0

Color information

#9FBDF0 (or 0x9FBDF0) is unknown color: approx Perano. HEX triplet: 9F, BD and F0. RGB value is (159,189,240). Sum of RGB (Red+Green+Blue) = 159+189+240=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #9FBDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBDF0 is #60420F. Grayscale: #B9B9B9. Windows color (decimal): -6308368 or 15777183. OLE color: 15777183.

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

Color convert

RGB159189240-
CMYK0.340.2100.06
HSL217.78º72.97%78.24%-
HSV(B)217.78º33.75%94.12%-
XYZ48.2250.0689.56-
YUV185.84158.56108.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.04%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 240 (94.14% from 255) = 40.82%
R=27.04%
G=32.14%
B=40.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1591892400.340.2100.06217.7872.9778.24
Hex9FBDF0221506da494e
Octal237275360422506332111116
Binary1001111110111101111100001000101010101101101101010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,240); }

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

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

 a { background-color: rgb(159,189,240); }

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

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

 span { border-color: rgb(159,189,240); }

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