#8EB3EF

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

Shades of Jordy Blue #8EB3EF

Tints of Jordy Blue #8EB3EF

Color information

#8EB3EF (or 0x8EB3EF) is unknown color: approx Jordy Blue. HEX triplet: 8E, B3 and EF. RGB value is (142,179,239). Sum of RGB (Red+Green+Blue) = 142+179+239=560 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.36% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EB3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB3EF is #714C10. Grayscale: #AEAEAE. Windows color (decimal): -7425041 or 15709070. OLE color: 15709070.

HSL color Cylindrical-coordinate representation of color #8EB3EF: hue angle of 217.11º degrees, saturation: 0.75, 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 #8EB3EF is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142179239-
CMYK0.410.2500.06
HSL217.11º75.19%74.71%-
HSV(B)217.11º40.59%93.73%-
XYZ42.8644.2287.94-
YUV174.78164.24104.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.36%
GREEN value IS 179 (70.31% from 255) = 31.96%
BLUE value IS 239 (93.75% from 255) = 42.68%
R=25.36%
G=31.96%
B=42.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421792390.410.2500.06217.1175.1974.71
Hex8EB3EF291906d94b4b
Octal216263357513106331113113
Binary1000111010110011111011111010011100101101101100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,179,239); }

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

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

 a { background-color: rgb(142,179,239); }

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

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

 span { border-color: rgb(142,179,239); }

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