#8BACFC

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

Shades of Jordy Blue #8BACFC

Tints of Jordy Blue #8BACFC

Color information

#8BACFC (or 0x8BACFC) is unknown color: approx Jordy Blue. HEX triplet: 8B, AC and FC. RGB value is (139,172,252). Sum of RGB (Red+Green+Blue) = 139+172+252=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACFC is #745303. Grayscale: #AAAAAA. Windows color (decimal): -7623428 or 16559243. OLE color: 16559243.

HSL color Cylindrical-coordinate representation of color #8BACFC: hue angle of 222.48º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BACFC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139172252-
CMYK0.450.3200.01
HSL222.48º94.96%76.67%-
HSV(B)222.48º44.84%98.82%-
XYZ42.9742.0297.94-
YUV171.25173.57105-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.69%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=24.69%
G=30.55%
B=44.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391722520.450.3200.01222.4894.9676.67
Hex8BACFC2D2001de5f4d
Octal213254374554001336137115
Binary100010111010110011111100101101100000011101111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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