Html Css Color HEX #9EADF1 Perano

📋 copy color: '#9EADF1'

red 158 ◦ green 173 ◦ blue 241

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

Shades of Perano #9EADF1

Tints of Perano #9EADF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.13%

R = 27.62%
G = 30.24%
B = 42.13%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9EADF1 (or 0x9EADF1) is known color: Perano. HEX triplet: 9E, AD and F1. RGB value is (158,173,241). Sum of RGB (Red+Green+Blue) = 158+173+241=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #9EADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EADF1 is #61520E. Grayscale: #AFAFAF. Windows color (decimal): -6377999 or 15838622. OLE color: 15838622.

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

Color convert

RGB 158 173 241 -
CMYK 0.34 0.28 0 0.05
HSL 229.16º 0.75% 0.78% -
HSV(B) 229.16º 0.34% 0.95% -
XYZ 44.92 43.51 89.25 -
YUV 176.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 158 173 241 0.34 0.28 0 0.05 229.16 0.75 0.78
Hex 9E AD F1 22 1C 0 5 E5 4B 4E
Octal 236 255 361 42 34 0 5 345 113 116
Binary 10011110 10101101 11110001 100010 11100 0 101 11100101 1001011 1001110

Color Harmonies of #9EADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADF1

Black with #9EADF1

Text Example


Text Example

White with #9EADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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