#8BACEA

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

Shades of Jordy Blue #8BACEA

Tints of Jordy Blue #8BACEA

Color information

#8BACEA (or 0x8BACEA) is unknown color: approx Jordy Blue. HEX triplet: 8B, AC and EA. RGB value is (139,172,234). Sum of RGB (Red+Green+Blue) = 139+172+234=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACEA is #745315. Grayscale: #A8A8A8. Windows color (decimal): -7623446 or 15379595. OLE color: 15379595.

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

Color convert

RGB139172234-
CMYK0.410.2600.08
HSL219.16º69.34%73.14%-
HSV(B)219.16º40.6%91.76%-
XYZ40.2540.9383.62-
YUV169.2164.57106.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.50%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=25.50%
G=31.56%
B=42.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391722340.410.2600.08219.1669.3473.14
Hex8BACEA291A08db4549
Octal2132543525132010333105111
Binary10001011101011001110101010100111010010001101101110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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