#8BACFA

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

Shades of Jordy Blue #8BACFA

Tints of Jordy Blue #8BACFA

Color information

#8BACFA (or 0x8BACFA) is unknown color: approx Jordy Blue. HEX triplet: 8B, AC and FA. RGB value is (139,172,250). Sum of RGB (Red+Green+Blue) = 139+172+250=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACFA is #745305. Grayscale: #AAAAAA. Windows color (decimal): -7623430 or 16428171. OLE color: 16428171.

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

Color convert

RGB139172250-
CMYK0.440.3100.02
HSL222.16º91.74%76.27%-
HSV(B)222.16º44.4%98.04%-
XYZ42.6641.996.28-
YUV171.02172.57105.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.78%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=24.78%
G=30.66%
B=44.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391722500.440.3100.02222.1691.7476.27
Hex8BACFA2C1F02de5c4c
Octal213254372543702336134114
Binary100010111010110011111010101100111110101101111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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