#9FB3EA

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

Shades of Perano #9FB3EA

Tints of Perano #9FB3EA

Color information

#9FB3EA (or 0x9FB3EA) is unknown color: approx Perano. HEX triplet: 9F, B3 and EA. RGB value is (159,179,234). Sum of RGB (Red+Green+Blue) = 159+179+234=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FB3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB3EA is #604C15. Grayscale: #B3B3B3. Windows color (decimal): -6310934 or 15381407. OLE color: 15381407.

HSL color Cylindrical-coordinate representation of color #9FB3EA: hue angle of 224º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FB3EA is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159179234-
CMYK0.320.2400.08
HSL224º64.1%77.06%-
HSV(B)224º32.05%91.76%-
XYZ45.2745.5584.25-
YUV179.29158.87113.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.80%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=27.80%
G=31.29%
B=40.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591792340.320.2400.0822464.177.06
Hex9FB3EA201808e0404d
Octal2372633524030010340100115
Binary10011111101100111110101010000011000010001110000010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,179,234); }

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

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

 a { background-color: rgb(159,179,234); }

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

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

 span { border-color: rgb(159,179,234); }

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