#9FAFEE

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

Shades of Perano #9FAFEE

Tints of Perano #9FAFEE

Color information

#9FAFEE (or 0x9FAFEE) is unknown color: approx Perano. HEX triplet: 9F, AF and EE. RGB value is (159,175,238). Sum of RGB (Red+Green+Blue) = 159+175+238=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FAFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAFEE is #605011. Grayscale: #B1B1B1. Windows color (decimal): -6311954 or 15642527. OLE color: 15642527.

HSL color Cylindrical-coordinate representation of color #9FAFEE: hue angle of 227.85º 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 #9FAFEE is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159175238-
CMYK0.330.2600.07
HSL227.85º69.91%77.84%-
HSV(B)227.85º33.19%93.33%-
XYZ45.0644.287.05-
YUV177.4162.2114.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.80%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=27.80%
G=30.59%
B=41.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591752380.330.2600.07227.8569.9177.84
Hex9FAFEE211A07e4464e
Octal237257356413207344106116
Binary1001111110101111111011101000011101001111110010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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