#9BB3FD

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

Shades of Perano #9BB3FD

Tints of Perano #9BB3FD

Color information

#9BB3FD (or 0x9BB3FD) is unknown color: approx Perano. HEX triplet: 9B, B3 and FD. RGB value is (155,179,253). Sum of RGB (Red+Green+Blue) = 155+179+253=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BB3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB3FD is #644C02. Grayscale: #B3B3B3. Windows color (decimal): -6573059 or 16626587. OLE color: 16626587.

HSL color Cylindrical-coordinate representation of color #9BB3FD: hue angle of 225.31º 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 #9BB3FD is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155179253-
CMYK0.390.2900.01
HSL225.31º96.08%80%-
HSV(B)225.31º38.74%99.22%-
XYZ47.3746.399.37-
YUV180.26169.05109.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.41%
GREEN value IS 179 (70.31% from 255) = 30.49%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=26.41%
G=30.49%
B=43.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551792530.390.2900.01225.3196.0880
Hex9BB3FD271D01e16050
Octal233263375473501341140120
Binary10011011101100111111110110011111101011110000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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