#9BB6EE

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

Shades of Perano #9BB6EE

Tints of Perano #9BB6EE

Color information

#9BB6EE (or 0x9BB6EE) is unknown color: approx Perano. HEX triplet: 9B, B6 and EE. RGB value is (155,182,238). Sum of RGB (Red+Green+Blue) = 155+182+238=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BB6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB6EE is #644911. Grayscale: #B4B4B4. Windows color (decimal): -6572306 or 15644315. OLE color: 15644315.

HSL color Cylindrical-coordinate representation of color #9BB6EE: hue angle of 220.48º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BB6EE is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155182238-
CMYK0.350.2400.07
HSL220.48º70.94%77.06%-
HSV(B)220.48º34.87%93.33%-
XYZ45.6846.687.48-
YUV180.31160.55109.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.96%
GREEN value IS 182 (71.48% from 255) = 31.65%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=26.96%
G=31.65%
B=41.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551822380.350.2400.07220.4870.9477.06
Hex9BB6EE231807dc474d
Octal233266356433007334107115
Binary1001101110110110111011101000111100001111101110010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,182,238); }

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

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

 a { background-color: rgb(155,182,238); }

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

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

 span { border-color: rgb(155,182,238); }

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