#9FB4FF

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

Shades of Perano #9FB4FF

Tints of Perano #9FB4FF

Color information

#9FB4FF (or 0x9FB4FF) is unknown color: approx Perano. HEX triplet: 9F, B4 and FF. RGB value is (159,180,255). Sum of RGB (Red+Green+Blue) = 159+180+255=594 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.77% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FB4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB4FF is #604B00. Grayscale: #B5B5B5. Windows color (decimal): -6310657 or 16757919. OLE color: 16757919.

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

Color convert

RGB159180255-
CMYK0.380.2900
HSL226.88º100%81.18%-
HSV(B)226.88º37.65%100%-
XYZ48.6747.23101.16-
YUV182.27169.04111.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.77%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 255 (100% from 255) = 42.93%
R=26.77%
G=30.30%
B=42.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1591802550.380.2900226.8810081.18
Hex9FB4FF261D00e36451
Octal237264377463500343144121
Binary10011111101101001111111110011011101001110001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,180,255); }

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

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

 a { background-color: rgb(159,180,255); }

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

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

 span { border-color: rgb(159,180,255); }

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