#8BA9EB

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

Shades of Jordy Blue #8BA9EB

Tints of Jordy Blue #8BA9EB

Color information

#8BA9EB (or 0x8BA9EB) is unknown color: approx Jordy Blue. HEX triplet: 8B, A9 and EB. RGB value is (139,169,235). Sum of RGB (Red+Green+Blue) = 139+169+235=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BA9EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA9EB is #745614. Grayscale: #A7A7A7. Windows color (decimal): -7624213 or 15444363. OLE color: 15444363.

HSL color Cylindrical-coordinate representation of color #8BA9EB: hue angle of 221.25º degrees, saturation: 0.71, 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 #8BA9EB is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139169235-
CMYK0.410.2800.08
HSL221.25º70.59%73.33%-
HSV(B)221.25º40.85%92.16%-
XYZ39.8339.8684.19-
YUV167.55166.06107.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 169 (66.41% from 255) = 31.12%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=25.60%
G=31.12%
B=43.28%

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
Decimal1391692350.410.2800.08221.2570.5973.33
Hex8BA9EB291C08dd4749
Octal2132513535134010335107111
Binary10001011101010011110101110100111100010001101110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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