#9BB6FD

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

Shades of Perano #9BB6FD

Tints of Perano #9BB6FD

Color information

#9BB6FD (or 0x9BB6FD) is unknown color: approx Perano. HEX triplet: 9B, B6 and FD. RGB value is (155,182,253). Sum of RGB (Red+Green+Blue) = 155+182+253=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BB6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB6FD is #644902. Grayscale: #B5B5B5. Windows color (decimal): -6572291 or 16627355. OLE color: 16627355.

HSL color Cylindrical-coordinate representation of color #9BB6FD: hue angle of 223.47º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BB6FD is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155182253-
CMYK0.390.2800.01
HSL223.47º96.08%80%-
HSV(B)223.47º38.74%99.22%-
XYZ47.9847.5299.57-
YUV182.02168.05108.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.27%
GREEN value IS 182 (71.48% from 255) = 30.85%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=26.27%
G=30.85%
B=42.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551822530.390.2800.01223.4796.0880
Hex9BB6FD271C01df6050
Octal233266375473401337140120
Binary10011011101101101111110110011111100011101111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,182,253); }

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

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

 a { background-color: rgb(155,182,253); }

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

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

 span { border-color: rgb(155,182,253); }

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