#9BAFFF

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

Shades of Perano #9BAFFF

Tints of Perano #9BAFFF

Color information

#9BAFFF (or 0x9BAFFF) is unknown color: approx Perano. HEX triplet: 9B, AF and FF. RGB value is (155,175,255). Sum of RGB (Red+Green+Blue) = 155+175+255=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BAFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BAFFF is #645000. Grayscale: #B1B1B1. Windows color (decimal): -6574081 or 16756635. OLE color: 16756635.

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

Color convert

RGB155175255-
CMYK0.390.3100
HSL228º100%80.39%-
HSV(B)228º39.22%100%-
XYZ46.944.85100.79-
YUV178.14171.37111.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.50%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 255 (100% from 255) = 43.59%
R=26.50%
G=29.91%
B=43.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551752550.390.310022810080.39
Hex9BAFFF271F00e46450
Octal233257377473700344144120
Binary10011011101011111111111110011111111001110010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,255); }

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

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

 a { background-color: rgb(155,175,255); }

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

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

 span { border-color: rgb(155,175,255); }

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