#8BA8DF

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

Shades of Jordy Blue #8BA8DF

Tints of Jordy Blue #8BA8DF

Color information

#8BA8DF (or 0x8BA8DF) is unknown color: approx Jordy Blue. HEX triplet: 8B, A8 and DF. RGB value is (139,168,223). Sum of RGB (Red+Green+Blue) = 139+168+223=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8DF is #745720. Grayscale: #A5A5A5. Windows color (decimal): -7624481 or 14657675. OLE color: 14657675.

HSL color Cylindrical-coordinate representation of color #8BA8DF: hue angle of 219.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BA8DF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139168223-
CMYK0.380.2500.13
HSL219.29º56.76%70.98%-
HSV(B)219.29º37.67%87.45%-
XYZ37.9738.8275.3-
YUV165.6160.39109.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.23%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=26.23%
G=31.70%
B=42.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391682230.380.2500.13219.2956.7670.98
Hex8BA8DF26190Ddb3947
Octal213250337463101533371107
Binary1000101110101000110111111001101100101101110110111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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