#8EADFA

Color #8EADFA Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8EADFA

Tints of Jordy Blue #8EADFA

Color information

#8EADFA (or 0x8EADFA) is unknown color: approx Jordy Blue. HEX triplet: 8E, AD and FA. RGB value is (142,173,250). Sum of RGB (Red+Green+Blue) = 142+173+250=565 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.13% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EADFA is #715205. Grayscale: #ACACAC. Windows color (decimal): -7426566 or 16428430. OLE color: 16428430.

HSL color Cylindrical-coordinate representation of color #8EADFA: hue angle of 222.78º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EADFA is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142173250-
CMYK0.430.3100.02
HSL222.78º91.53%76.86%-
HSV(B)222.78º43.2%98.04%-
XYZ43.3542.5496.37-
YUV172.51171.73106.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.13%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=25.13%
G=30.62%
B=44.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421732500.430.3100.02222.7891.5376.86
Hex8EADFA2B1F02df5c4d
Octal216255372533702337134115
Binary100011101010110111111010101011111110101101111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EADFA;
 }
 .AnyTagClassName
 {
   color: #8EADFA;
 }
</style>
background-color css

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

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

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

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

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

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