#8BB4F1

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

Shades of Jordy Blue #8BB4F1

Tints of Jordy Blue #8BB4F1

Color information

#8BB4F1 (or 0x8BB4F1) is unknown color: approx Jordy Blue. HEX triplet: 8B, B4 and F1. RGB value is (139,180,241). Sum of RGB (Red+Green+Blue) = 139+180+241=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BB4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB4F1 is #744B0E. Grayscale: #AEAEAE. Windows color (decimal): -7621391 or 15840395. OLE color: 15840395.

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

Color convert

RGB139180241-
CMYK0.420.2500.05
HSL215.88º78.46%74.51%-
HSV(B)215.88º42.32%94.51%-
XYZ42.8544.4889.55-
YUV174.7165.42102.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.82%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=24.82%
G=32.14%
B=43.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1391802410.420.2500.05215.8878.4674.51
Hex8BB4F12A1905d84e4b
Octal213264361523105330116113
Binary1000101110110100111100011010101100101011101100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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