#9EAFF3

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

Shades of Perano #9EAFF3

Tints of Perano #9EAFF3

Color information

#9EAFF3 (or 0x9EAFF3) is unknown color: approx Perano. HEX triplet: 9E, AF and F3. RGB value is (158,175,243). Sum of RGB (Red+Green+Blue) = 158+175+243=576 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.43% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #9EAFF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAFF3 is #61500C. Grayscale: #B1B1B1. Windows color (decimal): -6377485 or 15970206. OLE color: 15970206.

HSL color Cylindrical-coordinate representation of color #9EAFF3: hue angle of 228º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EAFF3 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158175243-
CMYK0.350.2800.05
HSL228º77.98%78.63%-
HSV(B)228º34.98%95.29%-
XYZ45.6144.490.96-
YUV177.67164.87113.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.43%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 243 (95.31% from 255) = 42.19%
R=27.43%
G=30.38%
B=42.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581752430.350.2800.0522877.9878.63
Hex9EAFF3231C05e44e4f
Octal236257363433405344116117
Binary1001111010101111111100111000111110001011110010010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,175,243); }

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

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

 a { background-color: rgb(158,175,243); }

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

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

 span { border-color: rgb(158,175,243); }

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