#9BACEE

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

Shades of Perano #9BACEE

Tints of Perano #9BACEE

Color information

#9BACEE (or 0x9BACEE) is unknown color: approx Perano. HEX triplet: 9B, AC and EE. RGB value is (155,172,238). Sum of RGB (Red+Green+Blue) = 155+172+238=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BACEE is #645311. Grayscale: #AEAEAE. Windows color (decimal): -6574866 or 15641755. OLE color: 15641755.

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

Color convert

RGB155172238-
CMYK0.350.2800.07
HSL227.71º70.94%77.06%-
HSV(B)227.71º34.87%93.33%-
XYZ43.742.6586.82-
YUV174.44163.87114.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=27.43%
G=30.44%
B=42.12%

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
Decimal1551722380.350.2800.07227.7170.9477.06
Hex9BACEE231C07e4474d
Octal233254356433407344107115
Binary1001101110101100111011101000111110001111110010010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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