#8BABF1

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

Shades of Jordy Blue #8BABF1

Tints of Jordy Blue #8BABF1

Color information

#8BABF1 (or 0x8BABF1) is unknown color: approx Jordy Blue. HEX triplet: 8B, AB and F1. RGB value is (139,171,241). Sum of RGB (Red+Green+Blue) = 139+171+241=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BABF1 is #74540E. Grayscale: #A9A9A9. Windows color (decimal): -7623695 or 15838091. OLE color: 15838091.

HSL color Cylindrical-coordinate representation of color #8BABF1: hue angle of 221.18º 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 #8BABF1 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB139171241-
CMYK0.420.2900.05
HSL221.18º78.46%74.51%-
HSV(B)221.18º42.32%94.51%-
XYZ41.0940.9788.96-
YUV169.41168.4106.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.23%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=25.23%
G=31.03%
B=43.74%

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
Decimal1391712410.420.2900.05221.1878.4674.51
Hex8BABF12A1D05dd4e4b
Octal213253361523505335116113
Binary1000101110101011111100011010101110101011101110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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