#9fbbfd

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

Shades of Perano #9FBBFD

Tints of Perano #9FBBFD

Color information

#9FBBFD (or 0x9FBBFD) is unknown color: approx Perano. HEX triplet: 9F, BB and FD. RGB value is (159,187,253). Sum of RGB (Red+Green+Blue) = 159+187+253=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FBBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBBFD is #604402. Grayscale: #B9B9B9. Windows color (decimal): -6308867 or 16628639. OLE color: 16628639.

HSL color Cylindrical-coordinate representation of color #9FBBFD: hue angle of 222.13º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FBBFD is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159187253-
CMYK0.370.2600.01
HSL222.13º95.92%80.78%-
HSV(B)222.13º37.15%99.22%-
XYZ49.85099.96-
YUV186.15165.72108.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.54%
GREEN value IS 187 (73.44% from 255) = 31.22%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=26.54%
G=31.22%
B=42.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591872530.370.2600.01222.1395.9280.78
Hex9FBBFD251A01de6051
Octal237273375453201336140121
Binary10011111101110111111110110010111010011101111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fbbfd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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