#8BA8FE

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

Shades of Jordy Blue #8BA8FE

Tints of Jordy Blue #8BA8FE

Color information

#8BA8FE (or 0x8BA8FE) is unknown color: approx Jordy Blue. HEX triplet: 8B, A8 and FE. RGB value is (139,168,254). Sum of RGB (Red+Green+Blue) = 139+168+254=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BA8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA8FE is #745701. Grayscale: #A8A8A8. Windows color (decimal): -7624450 or 16689291. OLE color: 16689291.

HSL color Cylindrical-coordinate representation of color #8BA8FE: hue angle of 224.87º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA8FE is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139168254-
CMYK0.450.3400.00
HSL224.87º98.29%77.06%-
HSV(B)224.87º45.28%99.61%-
XYZ42.5440.6599.37-
YUV169.13175.89106.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.78%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=24.78%
G=29.95%
B=45.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391682540.450.3400.00224.8798.2977.06
Hex8BA8FE2D2200e1624d
Octal213250376554200341142115
Binary100010111010100011111110101101100010001110000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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