Html Css Color HEX #9EADFC Perano

📋 copy color: '#9EADFC'

red 158 ◦ green 173 ◦ blue 252

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

Shades of Perano #9EADFC

Tints of Perano #9EADFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 27.1%
G = 29.67%
B = 43.22%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9EADFC (or 0x9EADFC) is known color: Perano. HEX triplet: 9E, AD and FC. RGB value is (158,173,252). Sum of RGB (Red+Green+Blue) = 158+173+252=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EADFC is #615203. Grayscale: #B1B1B1. Windows color (decimal): -6377988 or 16559518. OLE color: 16559518.

HSL color Cylindrical-coordinate representation of color #9EADFC: hue angle of 230.43º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EADFC is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 173 252 -
CMYK 0.37 0.31 0 0.01
HSL 230.43º 0.94% 0.8% -
HSV(B) 230.43º 0.37% 0.99% -
XYZ 46.61 44.18 98.17 -
YUV 177.52 170.03 114.08 -
System Red Green Blue C M Y K H S L
Decimal 158 173 252 0.37 0.31 0 0.01 230.43 0.94 0.8
Hex 9E AD FC 25 1F 0 1 E6 5E 50
Octal 236 255 374 45 37 0 1 346 136 120
Binary 10011110 10101101 11111100 100101 11111 0 1 11100110 1011110 1010000

Color Harmonies of #9EADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADFC

Black with #9EADFC

Text Example


Text Example

White with #9EADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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