#8BA8FA

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

Shades of Jordy Blue #8BA8FA

Tints of Jordy Blue #8BA8FA

Color information

#8BA8FA (or 0x8BA8FA) is unknown color: approx Jordy Blue. HEX triplet: 8B, A8 and FA. RGB value is (139,168,250). Sum of RGB (Red+Green+Blue) = 139+168+250=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BA8FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA8FA is #745705. Grayscale: #A8A8A8. Windows color (decimal): -7624454 or 16427147. OLE color: 16427147.

HSL color Cylindrical-coordinate representation of color #8BA8FA: hue angle of 224.32º 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 #8BA8FA is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139168250-
CMYK0.440.3300.02
HSL224.32º91.74%76.27%-
HSV(B)224.32º44.4%98.04%-
XYZ41.9140.496.03-
YUV168.68173.89106.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.96%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=24.96%
G=30.16%
B=44.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391682500.440.3300.02224.3291.7476.27
Hex8BA8FA2C2102e05c4c
Octal213250372544102340134114
Binary1000101110101000111110101011001000010101110000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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