Html Css Color HEX #9EA9EE Perano

📋 copy color: '#9EA9EE'

red 158 ◦ green 169 ◦ blue 238

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

Shades of Perano #9EA9EE

Tints of Perano #9EA9EE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.91%

 BLUE value IS 238 (93.36% from 255) = 42.12%

R = 27.96%
G = 29.91%
B = 42.12%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EA9EE (or 0x9EA9EE) is known color: Perano. HEX triplet: 9E, A9 and EE. RGB value is (158,169,238). Sum of RGB (Red+Green+Blue) = 158+169+238=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EA9EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA9EE is #615611. Grayscale: #ADADAD. Windows color (decimal): -6379026 or 15640990. OLE color: 15640990.

HSL color Cylindrical-coordinate representation of color #9EA9EE: hue angle of 231.75º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EA9EE is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 169 238 -
CMYK 0.34 0.29 0 0.07
HSL 231.75º 0.7% 0.78% -
HSV(B) 231.75º 0.34% 0.93% -
XYZ 43.72 41.82 86.66 -
YUV 173.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 158 169 238 0.34 0.29 0 0.07 231.75 0.7 0.78
Hex 9E A9 EE 22 1D 0 7 E8 46 4E
Octal 236 251 356 42 35 0 7 350 106 116
Binary 10011110 10101001 11101110 100010 11101 0 111 11101000 1000110 1001110

Color Harmonies of #9EA9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA9EE

Black with #9EA9EE

Text Example


Text Example

White with #9EA9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,169,238); }

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

background-color css

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

 a { background-color: rgb(158,169,238); }

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

border-color css

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

 span { border-color: rgb(158,169,238); }

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