Html Css Color HEX #9EAFFA Perano

📋 copy color: '#9EAFFA'

red 158 ◦ green 175 ◦ blue 250

#9EAFFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #9EAFFA

Tints of Perano #9EAFFA

RGB

 RED value IS 158 (62.11% from 255) = 27.1%

 GREEN value IS 175 (68.75% from 255) = 30.02%

 BLUE value IS 250 (98.05% from 255) = 42.88%

R = 27.1%
G = 30.02%
B = 42.88%

CMYK

 C value IS 0.37

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9EAFFA (or 0x9EAFFA) is known color: Perano. HEX triplet: 9E, AF and FA. RGB value is (158,175,250). Sum of RGB (Red+Green+Blue) = 158+175+250=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EAFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAFFA is #615005. Grayscale: #B2B2B2. Windows color (decimal): -6377478 or 16428958. OLE color: 16428958.

HSL color Cylindrical-coordinate representation of color #9EAFFA: hue angle of 228.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EAFFA is Cyan = 0.37, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 175 250 -
CMYK 0.37 0.3 0 0.02
HSL 228.91º 0.9% 0.8% -
HSV(B) 228.91º 0.37% 0.98% -
XYZ 46.69 44.83 96.64 -
YUV 178.47 168.37 113.4 -
System Red Green Blue C M Y K H S L
Decimal 158 175 250 0.37 0.3 0 0.02 228.91 0.9 0.8
Hex 9E AF FA 25 1E 0 2 E5 5A 50
Octal 236 257 372 45 36 0 2 345 132 120
Binary 10011110 10101111 11111010 100101 11110 0 10 11100101 1011010 1010000

Color Harmonies of #9EAFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAFFA

Black with #9EAFFA

Text Example


Text Example

White with #9EAFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EAFFA;
 }
 .AnyTagClassName
 {
   color: #9EAFFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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