#9BAEFB

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

Shades of Perano #9BAEFB

Tints of Perano #9BAEFB

Color information

#9BAEFB (or 0x9BAEFB) is unknown color: approx Perano. HEX triplet: 9B, AE and FB. RGB value is (155,174,251). Sum of RGB (Red+Green+Blue) = 155+174+251=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BAEFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAEFB is #645104. Grayscale: #B0B0B0. Windows color (decimal): -6574341 or 16494235. OLE color: 16494235.

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

Color convert

RGB155174251-
CMYK0.380.3100.02
HSL228.12º92.31%79.61%-
HSV(B)228.12º38.25%98.43%-
XYZ46.0744.2197.37-
YUV177.1169.71112.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.72%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=26.72%
G=30%
B=43.28%

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
Decimal1551742510.380.3100.02228.1292.3179.61
Hex9BAEFB261F02e45c50
Octal233256373463702344134120
Binary100110111010111011111011100110111110101110010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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