Html Css Color HEX #9EAEF2 Perano

📋 copy color: '#9EAEF2'

red 158 ◦ green 174 ◦ blue 242

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

Shades of Perano #9EAEF2

Tints of Perano #9EAEF2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.31%

 BLUE value IS 242 (94.92% from 255) = 42.16%

R = 27.53%
G = 30.31%
B = 42.16%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9EAEF2 (or 0x9EAEF2) is known color: Perano. HEX triplet: 9E, AE and F2. RGB value is (158,174,242). Sum of RGB (Red+Green+Blue) = 158+174+242=574 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.53% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #9EAEF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAEF2 is #61510D. Grayscale: #B0B0B0. Windows color (decimal): -6377742 or 15904414. OLE color: 15904414.

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

Color convert

RGB 158 174 242 -
CMYK 0.35 0.28 0 0.05
HSL 228.57º 0.76% 0.78% -
HSV(B) 228.57º 0.35% 0.95% -
XYZ 45.26 43.95 90.1 -
YUV 176.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 158 174 242 0.35 0.28 0 0.05 228.57 0.76 0.78
Hex 9E AE F2 23 1C 0 5 E5 4C 4E
Octal 236 256 362 43 34 0 5 345 114 116
Binary 10011110 10101110 11110010 100011 11100 0 101 11100101 1001100 1001110

Color Harmonies of #9EAEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEF2

Black with #9EAEF2

Text Example


Text Example

White with #9EAEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,174,242); }

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

background-color css

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

 a { background-color: rgb(158,174,242); }

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

border-color css

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

 span { border-color: rgb(158,174,242); }

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