#8eacf0

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

Shades of Jordy Blue #8EACF0

Tints of Jordy Blue #8EACF0

Color information

#8EACF0 (or 0x8EACF0) is unknown color: approx Jordy Blue. HEX triplet: 8E, AC and F0. RGB value is (142,172,240). Sum of RGB (Red+Green+Blue) = 142+172+240=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #8EACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EACF0 is #71530F. Grayscale: #AAAAAA. Windows color (decimal): -7426832 or 15772814. OLE color: 15772814.

HSL color Cylindrical-coordinate representation of color #8EACF0: hue angle of 221.63º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EACF0 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142172240-
CMYK0.410.2800.06
HSL221.63º76.56%74.9%-
HSV(B)221.63º40.83%94.12%-
XYZ41.6441.5588.26-
YUV170.78167.06107.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.63%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 240 (94.14% from 255) = 43.32%
R=25.63%
G=31.05%
B=43.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421722400.410.2800.06221.6376.5674.9
Hex8EACF0291C06de4d4b
Octal216254360513406336115113
Binary1000111010101100111100001010011110001101101111010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8eacf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,172,240); }

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

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

 a { background-color: rgb(142,172,240); }

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

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

 span { border-color: rgb(142,172,240); }

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