#8BAFDF

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

Shades of Jordy Blue #8BAFDF

Tints of Jordy Blue #8BAFDF

Color information

#8BAFDF (or 0x8BAFDF) is unknown color: approx Jordy Blue. HEX triplet: 8B, AF and DF. RGB value is (139,175,223). Sum of RGB (Red+Green+Blue) = 139+175+223=537 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.88% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFDF is #745020. Grayscale: #A9A9A9. Windows color (decimal): -7622689 or 14659467. OLE color: 14659467.

HSL color Cylindrical-coordinate representation of color #8BAFDF: hue angle of 214.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 #8BAFDF is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139175223-
CMYK0.380.2200.13
HSL214.29º56.76%70.98%-
HSV(B)214.29º37.67%87.45%-
XYZ39.341.4875.75-
YUV169.71158.07106.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.88%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=25.88%
G=32.59%
B=41.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391752230.380.2200.13214.2956.7670.98
Hex8BAFDF26160Dd63947
Octal213257337462601532671107
Binary1000101110101111110111111001101011001101110101101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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