#9BADEB

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

Shades of Perano #9BADEB

Tints of Perano #9BADEB

Color information

#9BADEB (or 0x9BADEB) is unknown color: approx Perano. HEX triplet: 9B, AD and EB. RGB value is (155,173,235). Sum of RGB (Red+Green+Blue) = 155+173+235=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BADEB is #645214. Grayscale: #AEAEAE. Windows color (decimal): -6574613 or 15445403. OLE color: 15445403.

HSL color Cylindrical-coordinate representation of color #9BADEB: hue angle of 226.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BADEB is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155173235-
CMYK0.340.2600.08
HSL226.5º66.67%76.47%-
HSV(B)226.5º34.04%92.16%-
XYZ43.4642.8584.58-
YUV174.69162.04113.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=27.53%
G=30.73%
B=41.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551732350.340.2600.08226.566.6776.47
Hex9BADEB221A08e2434c
Octal2332553534232010342103114
Binary10011011101011011110101110001011010010001110001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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