#8EB5F4

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

Shades of Jordy Blue #8EB5F4

Tints of Jordy Blue #8EB5F4

Color information

#8EB5F4 (or 0x8EB5F4) is unknown color: approx Jordy Blue. HEX triplet: 8E, B5 and F4. RGB value is (142,181,244). Sum of RGB (Red+Green+Blue) = 142+181+244=567 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25.04% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #8EB5F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB5F4 is #714A0B. Grayscale: #B0B0B0. Windows color (decimal): -7424524 or 16037262. OLE color: 16037262.

HSL color Cylindrical-coordinate representation of color #8EB5F4: hue angle of 217.06º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EB5F4 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142181244-
CMYK0.420.2600.04
HSL217.06º82.26%75.69%-
HSV(B)217.06º41.8%95.69%-
XYZ44.0145.3392.02-
YUV176.52166.08103.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.04%
GREEN value IS 181 (71.09% from 255) = 31.92%
BLUE value IS 244 (95.70% from 255) = 43.03%
R=25.04%
G=31.92%
B=43.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1421812440.420.2600.04217.0682.2675.69
Hex8EB5F42A1A04d9524c
Octal216265364523204331122114
Binary1000111010110101111101001010101101001001101100110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,181,244); }

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

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

 a { background-color: rgb(142,181,244); }

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

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

 span { border-color: rgb(142,181,244); }

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