#9BB8FA

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

Shades of Perano #9BB8FA

Tints of Perano #9BB8FA

Color information

#9BB8FA (or 0x9BB8FA) is unknown color: approx Perano. HEX triplet: 9B, B8 and FA. RGB value is (155,184,250). Sum of RGB (Red+Green+Blue) = 155+184+250=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BB8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB8FA is #644705. Grayscale: #B6B6B6. Windows color (decimal): -6571782 or 16431259. OLE color: 16431259.

HSL color Cylindrical-coordinate representation of color #9BB8FA: hue angle of 221.68º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BB8FA is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155184250-
CMYK0.380.2600.02
HSL221.68º90.48%79.41%-
HSV(B)221.68º38%98.04%-
XYZ47.9148.1597.21-
YUV182.85165.89108.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.32%
GREEN value IS 184 (72.27% from 255) = 31.24%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=26.32%
G=31.24%
B=42.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551842500.380.2600.02221.6890.4879.41
Hex9BB8FA261A02de5a4f
Octal233270372463202336132117
Binary100110111011100011111010100110110100101101111010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,184,250); }

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

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

 a { background-color: rgb(155,184,250); }

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

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

 span { border-color: rgb(155,184,250); }

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