#8BA9EA

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

Shades of Jordy Blue #8BA9EA

Tints of Jordy Blue #8BA9EA

Color information

#8BA9EA (or 0x8BA9EA) is unknown color: approx Jordy Blue. HEX triplet: 8B, A9 and EA. RGB value is (139,169,234). Sum of RGB (Red+Green+Blue) = 139+169+234=542 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.65% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BA9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA9EA is #745615. Grayscale: #A7A7A7. Windows color (decimal): -7624214 or 15378827. OLE color: 15378827.

HSL color Cylindrical-coordinate representation of color #8BA9EA: hue angle of 221.05º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BA9EA is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139169234-
CMYK0.410.2800.08
HSL221.05º69.34%73.14%-
HSV(B)221.05º40.6%91.76%-
XYZ39.6939.8183.43-
YUV167.44165.56107.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.65%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=25.65%
G=31.18%
B=43.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391692340.410.2800.08221.0569.3473.14
Hex8BA9EA291C08dd4549
Octal2132513525134010335105111
Binary10001011101010011110101010100111100010001101110110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,169,234); }

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

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

 a { background-color: rgb(139,169,234); }

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

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

 span { border-color: rgb(139,169,234); }

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