#8BACF1

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

Shades of Jordy Blue #8BACF1

Tints of Jordy Blue #8BACF1

Color information

#8BACF1 (or 0x8BACF1) is unknown color: approx Jordy Blue. HEX triplet: 8B, AC and F1. RGB value is (139,172,241). Sum of RGB (Red+Green+Blue) = 139+172+241=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACF1 is #74530E. Grayscale: #A9A9A9. Windows color (decimal): -7623439 or 15838347. OLE color: 15838347.

HSL color Cylindrical-coordinate representation of color #8BACF1: hue angle of 220.59º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BACF1 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB139172241-
CMYK0.420.2900.05
HSL220.59º78.46%74.51%-
HSV(B)220.59º42.32%94.51%-
XYZ41.2841.3489.02-
YUV170168.07105.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.18%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=25.18%
G=31.16%
B=43.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1391722410.420.2900.05220.5978.4674.51
Hex8BACF12A1D05dd4e4b
Octal213254361523505335116113
Binary1000101110101100111100011010101110101011101110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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