#9BADF1

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

Shades of Perano #9BADF1

Tints of Perano #9BADF1

Color information

#9BADF1 (or 0x9BADF1) is unknown color: approx Perano. HEX triplet: 9B, AD and F1. RGB value is (155,173,241). Sum of RGB (Red+Green+Blue) = 155+173+241=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BADF1 is #64520E. Grayscale: #AFAFAF. Windows color (decimal): -6574607 or 15838619. OLE color: 15838619.

HSL color Cylindrical-coordinate representation of color #9BADF1: hue angle of 227.44º degrees, saturation: 0.75, 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 #9BADF1 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155173241-
CMYK0.360.2800.05
HSL227.44º75.44%77.65%-
HSV(B)227.44º35.68%94.51%-
XYZ44.3443.2189.22-
YUV175.37165.04113.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.24%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=27.24%
G=30.40%
B=42.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1551732410.360.2800.05227.4475.4477.65
Hex9BADF1241C05e34b4e
Octal233255361443405343113116
Binary1001101110101101111100011001001110001011110001110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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