#8EACFB

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

Shades of Jordy Blue #8EACFB

Tints of Jordy Blue #8EACFB

Color information

#8EACFB (or 0x8EACFB) is unknown color: approx Jordy Blue. HEX triplet: 8E, AC and FB. RGB value is (142,172,251). Sum of RGB (Red+Green+Blue) = 142+172+251=565 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.13% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #8EACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EACFB is #715304. Grayscale: #ABABAB. Windows color (decimal): -7426821 or 16493710. OLE color: 16493710.

HSL color Cylindrical-coordinate representation of color #8EACFB: hue angle of 223.49º degrees, saturation: 0.93, 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 #8EACFB is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142172251-
CMYK0.430.3100.02
HSL223.49º93.16%77.06%-
HSV(B)223.49º43.43%98.43%-
XYZ43.3242.2297.13-
YUV172.04172.56106.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.13%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 251 (98.44% from 255) = 44.42%
R=25.13%
G=30.44%
B=44.42%

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
Decimal1421722510.430.3100.02223.4993.1677.06
Hex8EACFB2B1F02df5d4d
Octal216254373533702337135115
Binary100011101010110011111011101011111110101101111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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