#8BA8E3

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

Shades of Jordy Blue #8BA8E3

Tints of Jordy Blue #8BA8E3

Color information

#8BA8E3 (or 0x8BA8E3) is unknown color: approx Jordy Blue. HEX triplet: 8B, A8 and E3. RGB value is (139,168,227). Sum of RGB (Red+Green+Blue) = 139+168+227=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #8BA8E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8E3 is #74571C. Grayscale: #A5A5A5. Windows color (decimal): -7624477 or 14919819. OLE color: 14919819.

HSL color Cylindrical-coordinate representation of color #8BA8E3: hue angle of 220.23º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BA8E3 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB139168227-
CMYK0.390.2600.11
HSL220.23º61.11%71.76%-
HSV(B)220.23º38.77%89.02%-
XYZ38.5239.0478.18-
YUV166.06162.39108.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.03%
GREEN value IS 168 (66.02% from 255) = 31.46%
BLUE value IS 227 (89.06% from 255) = 42.51%
R=26.03%
G=31.46%
B=42.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1391682270.390.2600.11220.2361.1171.76
Hex8BA8E3271A0Bdc3d48
Octal213250343473201333475110
Binary1000101110101000111000111001111101001011110111001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,168,227); }

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

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

 a { background-color: rgb(139,168,227); }

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

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

 span { border-color: rgb(139,168,227); }

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