#9BBCF0

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

Shades of Perano #9BBCF0

Tints of Perano #9BBCF0

Color information

#9BBCF0 (or 0x9BBCF0) is unknown color: approx Perano. HEX triplet: 9B, BC and F0. RGB value is (155,188,240). Sum of RGB (Red+Green+Blue) = 155+188+240=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #9BBCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBCF0 is #64430F. Grayscale: #B7B7B7. Windows color (decimal): -6570768 or 15776923. OLE color: 15776923.

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

Color convert

RGB155188240-
CMYK0.350.2200.06
HSL216.71º73.91%77.45%-
HSV(B)216.71º35.42%94.12%-
XYZ47.2349.2389.45-
YUV184.06159.57107.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.59%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=26.59%
G=32.25%
B=41.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1551882400.350.2200.06216.7173.9177.45
Hex9BBCF0231606d94a4d
Octal233274360432606331112115
Binary1001101110111100111100001000111011001101101100110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,188,240); }

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

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

 a { background-color: rgb(155,188,240); }

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

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

 span { border-color: rgb(155,188,240); }

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