Html Css Color HEX #9EA6EB Perano

📋 copy color: '#9EA6EB'

red 158 ◦ green 166 ◦ blue 235

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

Shades of Perano #9EA6EB

Tints of Perano #9EA6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.7%

 BLUE value IS 235 (92.19% from 255) = 42.04%

R = 28.26%
G = 29.7%
B = 42.04%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9EA6EB (or 0x9EA6EB) is known color: Perano. HEX triplet: 9E, A6 and EB. RGB value is (158,166,235). Sum of RGB (Red+Green+Blue) = 158+166+235=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EA6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA6EB is #615914. Grayscale: #ABABAB. Windows color (decimal): -6379797 or 15443614. OLE color: 15443614.

HSL color Cylindrical-coordinate representation of color #9EA6EB: hue angle of 233.77º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EA6EB is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 166 235 -
CMYK 0.33 0.29 0 0.08
HSL 233.77º 0.66% 0.77% -
HSV(B) 233.77º 0.33% 0.92% -
XYZ 42.73 40.54 84.17 -
YUV 171.47 163.85 118.39 -
System Red Green Blue C M Y K H S L
Decimal 158 166 235 0.33 0.29 0 0.08 233.77 0.66 0.77
Hex 9E A6 EB 21 1D 0 8 EA 42 4D
Octal 236 246 353 41 35 0 10 352 102 115
Binary 10011110 10100110 11101011 100001 11101 0 1000 11101010 1000010 1001101

Color Harmonies of #9EA6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA6EB

Black with #9EA6EB

Text Example


Text Example

White with #9EA6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,166,235); }

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

background-color css

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

 a { background-color: rgb(158,166,235); }

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

border-color css

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

 span { border-color: rgb(158,166,235); }

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