#8BABFC

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

Shades of Jordy Blue #8BABFC

Tints of Jordy Blue #8BABFC

Color information

#8BABFC (or 0x8BABFC) is unknown color: approx Jordy Blue. HEX triplet: 8B, AB and FC. RGB value is (139,171,252). Sum of RGB (Red+Green+Blue) = 139+171+252=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BABFC is #745403. Grayscale: #AAAAAA. Windows color (decimal): -7623684 or 16558987. OLE color: 16558987.

HSL color Cylindrical-coordinate representation of color #8BABFC: hue angle of 223.01º 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 #8BABFC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139171252-
CMYK0.450.3200.01
HSL223.01º94.96%76.67%-
HSV(B)223.01º44.84%98.82%-
XYZ42.7841.6497.88-
YUV170.67173.9105.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.73%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=24.73%
G=30.43%
B=44.84%

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
Decimal1391712520.450.3200.01223.0194.9676.67
Hex8BABFC2D2001df5f4d
Octal213253374554001337137115
Binary100010111010101111111100101101100000011101111110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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