#8BA8FF

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

Shades of Jordy Blue #8BA8FF

Tints of Jordy Blue #8BA8FF

Color information

#8BA8FF (or 0x8BA8FF) is unknown color: approx Jordy Blue. HEX triplet: 8B, A8 and FF. RGB value is (139,168,255). Sum of RGB (Red+Green+Blue) = 139+168+255=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BA8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA8FF is #745700. Grayscale: #A8A8A8. Windows color (decimal): -7624449 or 16754827. OLE color: 16754827.

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

Color convert

RGB139168255-
CMYK0.450.3400
HSL225º100%77.25%-
HSV(B)225º45.49%100%-
XYZ42.740.71100.22-
YUV169.25176.39106.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.73%
GREEN value IS 168 (66.02% from 255) = 29.89%
BLUE value IS 255 (100% from 255) = 45.37%
R=24.73%
G=29.89%
B=45.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1391682550.450.340022510077.25
Hex8BA8FF2D2200e1644d
Octal213250377554200341144115
Binary100010111010100011111111101101100010001110000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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