#9BB5FD

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

Shades of Perano #9BB5FD

Tints of Perano #9BB5FD

Color information

#9BB5FD (or 0x9BB5FD) is unknown color: approx Perano. HEX triplet: 9B, B5 and FD. RGB value is (155,181,253). Sum of RGB (Red+Green+Blue) = 155+181+253=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BB5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB5FD is #644A02. Grayscale: #B5B5B5. Windows color (decimal): -6572547 or 16627099. OLE color: 16627099.

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

Color convert

RGB155181253-
CMYK0.390.2800.01
HSL224.08º96.08%80%-
HSV(B)224.08º38.74%99.22%-
XYZ47.7747.1199.5-
YUV181.43168.39109.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.32%
GREEN value IS 181 (71.09% from 255) = 30.73%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=26.32%
G=30.73%
B=42.95%

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
Decimal1551812530.390.2800.01224.0896.0880
Hex9BB5FD271C01e06050
Octal233265375473401340140120
Binary10011011101101011111110110011111100011110000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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