#9BAAEE

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

Shades of Perano #9BAAEE

Tints of Perano #9BAAEE

Color information

#9BAAEE (or 0x9BAAEE) is unknown color: approx Perano. HEX triplet: 9B, AA and EE. RGB value is (155,170,238). Sum of RGB (Red+Green+Blue) = 155+170+238=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BAAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAAEE is #645511. Grayscale: #ACACAC. Windows color (decimal): -6575378 or 15641243. OLE color: 15641243.

HSL color Cylindrical-coordinate representation of color #9BAAEE: hue angle of 229.16º 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 #9BAAEE is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155170238-
CMYK0.350.2900.07
HSL229.16º70.94%77.06%-
HSV(B)229.16º34.87%93.33%-
XYZ43.3241.8986.69-
YUV173.27164.53114.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=27.53%
G=30.20%
B=42.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551702380.350.2900.07229.1670.9477.06
Hex9BAAEE231D07e5474d
Octal233252356433507345107115
Binary1001101110101010111011101000111110101111110010110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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