#9BABEE

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

Shades of Perano #9BABEE

Tints of Perano #9BABEE

Color information

#9BABEE (or 0x9BABEE) is unknown color: approx Perano. HEX triplet: 9B, AB and EE. RGB value is (155,171,238). Sum of RGB (Red+Green+Blue) = 155+171+238=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BABEE is #645411. Grayscale: #ADADAD. Windows color (decimal): -6575122 or 15641499. OLE color: 15641499.

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

Color convert

RGB155171238-
CMYK0.350.2800.07
HSL228.43º70.94%77.06%-
HSV(B)228.43º34.87%93.33%-
XYZ43.5142.2786.75-
YUV173.85164.2114.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.48%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=27.48%
G=30.32%
B=42.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551712380.350.2800.07228.4370.9477.06
Hex9BABEE231C07e4474d
Octal233253356433407344107115
Binary1001101110101011111011101000111110001111110010010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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