Html Css Color HEX #9EA8ED Perano

📋 copy color: '#9EA8ED'

red 158 ◦ green 168 ◦ blue 237

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

Shades of Perano #9EA8ED

Tints of Perano #9EA8ED

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.84%

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 28.06%
G = 29.84%
B = 42.1%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EA8ED (or 0x9EA8ED) is known color: Perano. HEX triplet: 9E, A8 and ED. RGB value is (158,168,237). Sum of RGB (Red+Green+Blue) = 158+168+237=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EA8ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA8ED is #615712. Grayscale: #ACACAC. Windows color (decimal): -6379283 or 15575198. OLE color: 15575198.

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

Color convert

RGB 158 168 237 -
CMYK 0.33 0.29 0 0.07
HSL 232.41º 0.69% 0.77% -
HSV(B) 232.41º 0.33% 0.93% -
XYZ 43.39 41.39 85.82 -
YUV 172.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 158 168 237 0.33 0.29 0 0.07 232.41 0.69 0.77
Hex 9E A8 ED 21 1D 0 7 E8 45 4D
Octal 236 250 355 41 35 0 7 350 105 115
Binary 10011110 10101000 11101101 100001 11101 0 111 11101000 1000101 1001101

Color Harmonies of #9EA8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA8ED

Black with #9EA8ED

Text Example


Text Example

White with #9EA8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,168,237); }

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

background-color css

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

 a { background-color: rgb(158,168,237); }

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

border-color css

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

 span { border-color: rgb(158,168,237); }

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