#9FAFE4

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

Shades of Perano #9FAFE4

Tints of Perano #9FAFE4

Color information

#9FAFE4 (or 0x9FAFE4) is unknown color: approx Perano. HEX triplet: 9F, AF and E4. RGB value is (159,175,228). Sum of RGB (Red+Green+Blue) = 159+175+228=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #9FAFE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFE4 is #60501B. Grayscale: #B0B0B0. Windows color (decimal): -6311964 or 14987167. OLE color: 14987167.

HSL color Cylindrical-coordinate representation of color #9FAFE4: hue angle of 226.09º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FAFE4 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB159175228-
CMYK0.300.2300.11
HSL226.09º56.1%75.88%-
HSV(B)226.09º30.26%89.41%-
XYZ43.6343.6379.52-
YUV176.26157.2115.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.29%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 228 (89.45% from 255) = 40.57%
R=28.29%
G=31.14%
B=40.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1591752280.300.2300.11226.0956.175.88
Hex9FAFE41E170Be2384c
Octal237257344362701334270114
Binary100111111010111111100100111101011101011111000101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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