Html Css Color HEX #8EADF6 Jordy Blue

📋 copy color: '#8EADF6'

red 142 ◦ green 173 ◦ blue 246

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

Shades of Jordy Blue #8EADF6

Tints of Jordy Blue #8EADF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.85%

R = 25.31%
G = 30.84%
B = 43.85%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8EADF6 (or 0x8EADF6) is known color: Jordy Blue. HEX triplet: 8E, AD and F6. RGB value is (142,173,246). Sum of RGB (Red+Green+Blue) = 142+173+246=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #8EADF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EADF6 is #715209. Grayscale: #ABABAB. Windows color (decimal): -7426570 or 16166286. OLE color: 16166286.

HSL color Cylindrical-coordinate representation of color #8EADF6: hue angle of 222.12º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EADF6 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 142 173 246 -
CMYK 0.42 0.30 0 0.04
HSL 222.12º 0.85% 0.76% -
HSV(B) 222.12º 0.42% 0.96% -
XYZ 42.73 42.29 93.1 -
YUV 172.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 142 173 246 0.42 0.30 0 0.04 222.12 0.85 0.76
Hex 8E AD F6 2A 1E 0 4 DE 55 4C
Octal 216 255 366 52 36 0 4 336 125 114
Binary 10001110 10101101 11110110 101010 11110 0 100 11011110 1010101 1001100

Color Harmonies of #8EADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EADF6

Black with #8EADF6

Text Example


Text Example

White with #8EADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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