Html Css Color HEX #8EADFD Perano

📋 copy color: '#8EADFD'

red 142 ◦ green 173 ◦ blue 253

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

Shades of Perano #8EADFD

Tints of Perano #8EADFD

RGB

 RED value IS 142 (55.86% from 255) = 25%

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

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

R = 25%
G = 30.46%
B = 44.54%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8EADFD (or 0x8EADFD) is known color: Perano. HEX triplet: 8E, AD and FD. RGB value is (142,173,253). Sum of RGB (Red+Green+Blue) = 142+173+253=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EADFD is #715202. Grayscale: #ACACAC. Windows color (decimal): -7426563 or 16625038. OLE color: 16625038.

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

Color convert

RGB 142 173 253 -
CMYK 0.44 0.32 0 0.01
HSL 223.24º 0.97% 0.77% -
HSV(B) 223.24º 0.44% 0.99% -
XYZ 43.83 42.73 98.87 -
YUV 172.85 173.23 106 -
System Red Green Blue C M Y K H S L
Decimal 142 173 253 0.44 0.32 0 0.01 223.24 0.97 0.77
Hex 8E AD FD 2C 20 0 1 DF 61 4D
Octal 216 255 375 54 40 0 1 337 141 115
Binary 10001110 10101101 11111101 101100 100000 0 1 11011111 1100001 1001101

Color Harmonies of #8EADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EADFD

Black with #8EADFD

Text Example


Text Example

White with #8EADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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