Html Css Color HEX #9EADFD Perano

📋 copy color: '#9EADFD'

red 158 ◦ green 173 ◦ blue 253

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

Shades of Perano #9EADFD

Tints of Perano #9EADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.32%

R = 27.05%
G = 29.62%
B = 43.32%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9EADFD (or 0x9EADFD) is known color: Perano. HEX triplet: 9E, AD and FD. RGB value is (158,173,253). Sum of RGB (Red+Green+Blue) = 158+173+253=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EADFD is #615202. Grayscale: #B1B1B1. Windows color (decimal): -6377987 or 16625054. OLE color: 16625054.

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

Color convert

RGB 158 173 253 -
CMYK 0.38 0.32 0 0.01
HSL 230.53º 0.96% 0.81% -
HSV(B) 230.53º 0.38% 0.99% -
XYZ 46.77 44.25 99 -
YUV 177.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 158 173 253 0.38 0.32 0 0.01 230.53 0.96 0.81
Hex 9E AD FD 26 20 0 1 E7 60 51
Octal 236 255 375 46 40 0 1 347 140 121
Binary 10011110 10101101 11111101 100110 100000 0 1 11100111 1100000 1010001

Color Harmonies of #9EADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADFD

Black with #9EADFD

Text Example


Text Example

White with #9EADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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