#9FB7EE

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

Shades of Perano #9FB7EE

Tints of Perano #9FB7EE

Color information

#9FB7EE (or 0x9FB7EE) is unknown color: approx Perano. HEX triplet: 9F, B7 and EE. RGB value is (159,183,238). Sum of RGB (Red+Green+Blue) = 159+183+238=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FB7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB7EE is #604811. Grayscale: #B5B5B5. Windows color (decimal): -6309906 or 15644575. OLE color: 15644575.

HSL color Cylindrical-coordinate representation of color #9FB7EE: hue angle of 221.77º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FB7EE is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159183238-
CMYK0.330.2300.07
HSL221.77º69.91%77.84%-
HSV(B)221.77º33.19%93.33%-
XYZ46.6647.4187.58-
YUV182.09159.55111.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.41%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 238 (93.36% from 255) = 41.03%
R=27.41%
G=31.55%
B=41.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591832380.330.2300.07221.7769.9177.84
Hex9FB7EE211707de464e
Octal237267356412707336106116
Binary1001111110110111111011101000011011101111101111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,183,238); }

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

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

 a { background-color: rgb(159,183,238); }

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

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

 span { border-color: rgb(159,183,238); }

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