#8BACE2

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

Shades of Jordy Blue #8BACE2

Tints of Jordy Blue #8BACE2

Color information

#8BACE2 (or 0x8BACE2) is unknown color: approx Jordy Blue. HEX triplet: 8B, AC and E2. RGB value is (139,172,226). Sum of RGB (Red+Green+Blue) = 139+172+226=537 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.88% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #8BACE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACE2 is #74531D. Grayscale: #A8A8A8. Windows color (decimal): -7623454 or 14855307. OLE color: 14855307.

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

Color convert

RGB139172226-
CMYK0.380.2400.11
HSL217.24º60%71.57%-
HSV(B)217.24º38.5%88.63%-
XYZ39.1340.4977.7-
YUV168.29160.57107.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.88%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 226 (88.67% from 255) = 42.09%
R=25.88%
G=32.03%
B=42.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1391722260.380.2400.11217.246071.57
Hex8BACE226180Bd93c48
Octal213254342463001333174110
Binary1000101110101100111000101001101100001011110110011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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