#9BADF3

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

Shades of Perano #9BADF3

Tints of Perano #9BADF3

Color information

#9BADF3 (or 0x9BADF3) is unknown color: approx Perano. HEX triplet: 9B, AD and F3. RGB value is (155,173,243). Sum of RGB (Red+Green+Blue) = 155+173+243=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BADF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BADF3 is #64520C. Grayscale: #AFAFAF. Windows color (decimal): -6574605 or 15969691. OLE color: 15969691.

HSL color Cylindrical-coordinate representation of color #9BADF3: hue angle of 227.73º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BADF3 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155173243-
CMYK0.360.2900.05
HSL227.73º78.57%78.04%-
HSV(B)227.73º36.21%95.29%-
XYZ44.6443.3390.8-
YUV175.6166.04113.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.15%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 243 (95.31% from 255) = 42.56%
R=27.15%
G=30.30%
B=42.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1551732430.360.2900.05227.7378.5778.04
Hex9BADF3241D05e44f4e
Octal233255363443505344117116
Binary1001101110101101111100111001001110101011110010010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,173,243); }

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

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

 a { background-color: rgb(155,173,243); }

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

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

 span { border-color: rgb(155,173,243); }

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