#9BAEFA

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

Shades of Perano #9BAEFA

Tints of Perano #9BAEFA

Color information

#9BAEFA (or 0x9BAEFA) is unknown color: approx Perano. HEX triplet: 9B, AE and FA. RGB value is (155,174,250). Sum of RGB (Red+Green+Blue) = 155+174+250=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BAEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAEFA is #645105. Grayscale: #B0B0B0. Windows color (decimal): -6574342 or 16428699. OLE color: 16428699.

HSL color Cylindrical-coordinate representation of color #9BAEFA: hue angle of 228º 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 #9BAEFA is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155174250-
CMYK0.380.3000.02
HSL228º90.48%79.41%-
HSV(B)228º38%98.04%-
XYZ45.9144.1496.54-
YUV176.98169.21112.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.77%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=26.77%
G=30.05%
B=43.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551742500.380.3000.0222890.4879.41
Hex9BAEFA261E02e45a4f
Octal233256372463602344132117
Binary100110111010111011111010100110111100101110010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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