#8BACF0

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

Shades of Jordy Blue #8BACF0

Tints of Jordy Blue #8BACF0

Color information

#8BACF0 (or 0x8BACF0) is unknown color: approx Jordy Blue. HEX triplet: 8B, AC and F0. RGB value is (139,172,240). Sum of RGB (Red+Green+Blue) = 139+172+240=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACF0 is #74530F. Grayscale: #A9A9A9. Windows color (decimal): -7623440 or 15772811. OLE color: 15772811.

HSL color Cylindrical-coordinate representation of color #8BACF0: hue angle of 220.4º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BACF0 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139172240-
CMYK0.420.2800.06
HSL220.4º77.1%74.31%-
HSV(B)220.4º42.08%94.12%-
XYZ41.1341.2988.24-
YUV169.88167.57105.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.23%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 240 (94.14% from 255) = 43.56%
R=25.23%
G=31.22%
B=43.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1391722400.420.2800.06220.477.174.31
Hex8BACF02A1C06dc4d4a
Octal213254360523406334115112
Binary1000101110101100111100001010101110001101101110010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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