Html Css Color HEX #9EADFE Perano

📋 copy color: '#9EADFE'

red 158 ◦ green 173 ◦ blue 254

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

Shades of Perano #9EADFE

Tints of Perano #9EADFE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.57%

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 27.01%
G = 29.57%
B = 43.42%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9EADFE (or 0x9EADFE) is known color: Perano. HEX triplet: 9E, AD and FE. RGB value is (158,173,254). Sum of RGB (Red+Green+Blue) = 158+173+254=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EADFE is #615201. Grayscale: #B1B1B1. Windows color (decimal): -6377986 or 16690590. OLE color: 16690590.

HSL color Cylindrical-coordinate representation of color #9EADFE: hue angle of 230.62º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EADFE is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 173 254 -
CMYK 0.38 0.32 0 0.00
HSL 230.63º 0.98% 0.81% -
HSV(B) 230.63º 0.38% 1% -
XYZ 46.93 44.31 99.85 -
YUV 177.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 158 173 254 0.38 0.32 0 0.00 230.63 0.98 0.81
Hex 9E AD FE 26 20 0 0 E7 62 51
Octal 236 255 376 46 40 0 0 347 142 121
Binary 10011110 10101101 11111110 100110 100000 0 0 11100111 1100010 1010001

Color Harmonies of #9EADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADFE

Black with #9EADFE

Text Example


Text Example

White with #9EADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,173,254); }

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

background-color css

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

 a { background-color: rgb(158,173,254); }

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

border-color css

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

 span { border-color: rgb(158,173,254); }

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