#8BB2FA

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

Shades of Jordy Blue #8BB2FA

Tints of Jordy Blue #8BB2FA

Color information

#8BB2FA (or 0x8BB2FA) is unknown color: approx Jordy Blue. HEX triplet: 8B, B2 and FA. RGB value is (139,178,250). Sum of RGB (Red+Green+Blue) = 139+178+250=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BB2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB2FA is #744D05. Grayscale: #AEAEAE. Windows color (decimal): -7621894 or 16429707. OLE color: 16429707.

HSL color Cylindrical-coordinate representation of color #8BB2FA: hue angle of 218.92º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BB2FA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139178250-
CMYK0.440.2900.02
HSL218.92º91.74%76.27%-
HSV(B)218.92º44.4%98.04%-
XYZ43.8244.2396.67-
YUV174.55170.58102.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.51%
GREEN value IS 178 (69.92% from 255) = 31.39%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=24.51%
G=31.39%
B=44.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391782500.440.2900.02218.9291.7476.27
Hex8BB2FA2C1D02db5c4c
Octal213262372543502333134114
Binary100010111011001011111010101100111010101101101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,178,250); }

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

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

 a { background-color: rgb(139,178,250); }

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

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

 span { border-color: rgb(139,178,250); }

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