#9BABFE

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

Shades of Perano #9BABFE

Tints of Perano #9BABFE

Color information

#9BABFE (or 0x9BABFE) is unknown color: approx Perano. HEX triplet: 9B, AB and FE. RGB value is (155,171,254). Sum of RGB (Red+Green+Blue) = 155+171+254=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BABFE is #645401. Grayscale: #AFAFAF. Windows color (decimal): -6575106 or 16690075. OLE color: 16690075.

HSL color Cylindrical-coordinate representation of color #9BABFE: hue angle of 230.3º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BABFE is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB155171254-
CMYK0.390.3300.00
HSL230.3º98.02%80.2%-
HSV(B)230.3º38.98%99.61%-
XYZ45.9743.2599.69-
YUV175.68172.2113.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.72%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=26.72%
G=29.48%
B=43.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1551712540.390.3300.00230.398.0280.2
Hex9BABFE272100e66250
Octal233253376474100346142120
Binary100110111010101111111110100111100001001110011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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