#9BACFA

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

Shades of Perano #9BACFA

Tints of Perano #9BACFA

Color information

#9BACFA (or 0x9BACFA) is unknown color: approx Perano. HEX triplet: 9B, AC and FA. RGB value is (155,172,250). Sum of RGB (Red+Green+Blue) = 155+172+250=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BACFA is #645305. Grayscale: #AFAFAF. Windows color (decimal): -6574854 or 16428187. OLE color: 16428187.

HSL color Cylindrical-coordinate representation of color #9BACFA: hue angle of 229.26º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BACFA is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155172250-
CMYK0.380.3100.02
HSL229.26º90.48%79.41%-
HSV(B)229.26º38%98.04%-
XYZ45.5343.3896.42-
YUV175.81169.87113.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.86%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=26.86%
G=29.81%
B=43.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551722500.380.3100.02229.2690.4879.41
Hex9BACFA261F02e55a4f
Octal233254372463702345132117
Binary100110111010110011111010100110111110101110010110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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