#8BAAEA

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

Shades of Jordy Blue #8BAAEA

Tints of Jordy Blue #8BAAEA

Color information

#8BAAEA (or 0x8BAAEA) is unknown color: approx Jordy Blue. HEX triplet: 8B, AA and EA. RGB value is (139,170,234). Sum of RGB (Red+Green+Blue) = 139+170+234=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BAAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAAEA is #745515. Grayscale: #A7A7A7. Windows color (decimal): -7623958 or 15379083. OLE color: 15379083.

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

Color convert

RGB139170234-
CMYK0.410.2700.08
HSL220.42º69.34%73.14%-
HSV(B)220.42º40.6%91.76%-
XYZ39.8740.1883.5-
YUV168.03165.23107.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.60%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=25.60%
G=31.31%
B=43.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391702340.410.2700.08220.4269.3473.14
Hex8BAAEA291B08dc4549
Octal2132523525133010334105111
Binary10001011101010101110101010100111011010001101110010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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