#9BB8E2

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

Shades of Perano #9BB8E2

Tints of Perano #9BB8E2

Color information

#9BB8E2 (or 0x9BB8E2) is unknown color: approx Perano. HEX triplet: 9B, B8 and E2. RGB value is (155,184,226). Sum of RGB (Red+Green+Blue) = 155+184+226=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 226 - color contains mainly: blue. Hex color #9BB8E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB8E2 is #64471D. Grayscale: #B3B3B3. Windows color (decimal): -6571806 or 14858395. OLE color: 14858395.

HSL color Cylindrical-coordinate representation of color #9BB8E2: hue angle of 215.49º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BB8E2 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB155184226-
CMYK0.310.1900.11
HSL215.49º55.04%74.71%-
HSV(B)215.49º31.42%88.63%-
XYZ44.3946.7478.63-
YUV180.12153.89110.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 184 (72.27% from 255) = 32.57%
BLUE value IS 226 (88.67% from 255) = 40%
R=27.43%
G=32.57%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1551842260.310.1900.11215.4955.0474.71
Hex9BB8E21F130Bd7374b
Octal233270342372301332767113
Binary100110111011100011100010111111001101011110101111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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