#8EAEFD

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

Shades of Jordy Blue #8EAEFD

Tints of Jordy Blue #8EAEFD

Color information

#8EAEFD (or 0x8EAEFD) is unknown color: approx Jordy Blue. HEX triplet: 8E, AE and FD. RGB value is (142,174,253). Sum of RGB (Red+Green+Blue) = 142+174+253=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAEFD is #715102. Grayscale: #ADADAD. Windows color (decimal): -7426307 or 16625294. OLE color: 16625294.

HSL color Cylindrical-coordinate representation of color #8EAEFD: hue angle of 222.7º 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 #8EAEFD is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142174253-
CMYK0.440.3100.01
HSL222.7º96.52%77.45%-
HSV(B)222.7º43.87%99.22%-
XYZ44.0243.1198.93-
YUV173.44172.9105.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.96%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=24.96%
G=30.58%
B=44.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421742530.440.3100.01222.796.5277.45
Hex8EAEFD2C1F01df614d
Octal216256375543701337141115
Binary10001110101011101111110110110011111011101111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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